| ZipDirectoryGetDirectories Method (String, String) | 
            Returns the names of files (including their paths) in the specified directory.
            
 
Namespace: CMS.IO.ZipAssembly: CMS.IO (in CMS.IO.dll) Version: 8.2.23
Syntaxpublic override string[] GetDirectories(
	string path,
	string searchPattern
)
Parameters
- path
 - Type: SystemString
Path to directory - searchPattern
 - Type: SystemString
Search pattern 
Return Value
Type: 
String
See Also