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

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

Parameters

searchPattern
Type: SystemString
Search pattern

Return Value

Type: DirectoryInfo
See Also