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

Namespace: CMS.IO
Assembly: CMS.IO (in CMS.IO.dll) Version: 10.0.0
Syntax
C#
public DirectoryInfo[] GetDirectories()

Return Value

Type: DirectoryInfo
See Also