| ZipDirectoryGetDirectories Method (String) | 
            Gets the names of subdirectories in the specified directory.
            
 
Namespace: CMS.IO.ZipAssembly: CMS.IO (in CMS.IO.dll) Version: 10.0.0
 Syntax
Syntaxpublic override string[] GetDirectories(
	string path
)
Parameters
- path
- Type: SystemString
 Path to retrieve directories from
Return Value
Type: 
String See Also
See Also