Click or drag to resize
DirectoryGetDirectories Method (String, String)
Returns the names of subdirectories (including their paths) in the specified directory.

Namespace: CMS.IO
Assembly: CMS.IO (in CMS.IO.dll) Version: 8.2.23
Syntax
C#
public static string[] GetDirectories(
	string path,
	string searchPattern
)

Parameters

path
Type: SystemString
Path to directory
searchPattern
Type: SystemString
Search pattern

Return Value

Type: String
See Also