| ZipDirectoryCreateDirectory Method | 
            Creates all directories and subdirectories as specified by path.
            
 
Namespace: CMS.IO.ZipAssembly: CMS.IO (in CMS.IO.dll) Version: 10.0.0
 Syntax
Syntaxpublic override DirectoryInfo CreateDirectory(
	string path
)
Parameters
- path
- Type: SystemString
 Path to create
Return Value
Type: 
DirectoryInfo See Also
See Also