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