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