DirectoryGetDirectories Method (String, String) |
Gets the names of subdirectories in the specified directory.
Namespace: CMS.AmazonStorageAssembly: CMS.AmazonStorage (in CMS.AmazonStorage.dll) Version: 8.2.23
Syntax public override string[] GetDirectories(
string path,
string searchPattern
)
Parameters
- path
- Type: SystemString
Path to retrieve directories from. - searchPattern
- Type: SystemString
Search pattern.
Return Value
Type:
StringSee Also