Gets the names of the subdirectories (including their paths) that match the specified search
pattern in the current directory, and optionally searches subdirectories.
Namespace: CMS.AmazonStorageAssembly: CMS.AmazonStorage (in CMS.AmazonStorage.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- path
- Type: System String
Path to retrieve directories from.
- searchPattern
- Type: System String
Search pattern.
- searchOption
- Type: CMS.IO SearchOption
Specifies whether to search the current directory, or the current directory and all subdirectories.
Return Value
Type: StringSee Also