| ZipDirectoryEnumerateDirectories Method (String) | 
            Returns an enumerable collection of directory names in a specified path.
            
 
Namespace: CMS.IO.ZipAssembly: CMS.IO (in CMS.IO.dll) Version: 10.0.0
 Syntax
Syntaxpublic override IEnumerable<string> EnumerateDirectories(
	string path
)
Parameters
- path
- Type: SystemString
 The relative or absolute path to the directory to search. This string is not case-sensitive.
Return Value
Type: 
IEnumerableStringAn enumerable collection of the full names (including paths) for the directories in the directory specified by 
path.
 Remarks
Remarks See Also
See Also