Click or drag to resize
DirectoryInfoGetDirectories Method
Returns the subdirectories of the current directory.

Namespace: CMS.AmazonStorage
Assembly: CMS.AmazonStorage (in CMS.AmazonStorage.dll) Version: 8.2.23
Syntax
C#
public override DirectoryInfo[] GetDirectories()

Return Value

Type: DirectoryInfo
See Also