| ZipDirectoryGetFiles Method (String) | 
            Returns the names of files (including their paths) in the specified directory.
            
 
Namespace: CMS.IO.ZipAssembly: CMS.IO (in CMS.IO.dll) Version: 10.0.0
 Syntax
Syntaxpublic override string[] GetFiles(
	string path
)
Parameters
- path
- Type: SystemString
 Path to retrieve files from
Return Value
Type: 
String See Also
See Also