ZipProviderAddDirectory Method (String, Boolean) |
Adds directory to archive.
Namespace: CMS.IO.ZipAssembly: CMS.IO (in CMS.IO.dll) Version: 8.2.23
Syntax public void AddDirectory(
string DirectoryName,
bool WantVerbose
)
Parameters
- DirectoryName
- Type: SystemString
Directory name - WantVerbose
- Type: SystemBoolean
Flag for verbose
See Also