Click or drag to resize
Directory.GetDirectories Method (String, String)
Gets the names of subdirectories in the specified directory.

Namespace: CMS.AmazonStorage
Assembly: CMS.AmazonStorage (in CMS.AmazonStorage.dll) Version: 9.0.0
Syntax
C#
public override string[] GetDirectories(
	string path,
	string searchPattern
)

Parameters

path
Type: System.String
Path to retrieve directories from.
searchPattern
Type: System.String
Search pattern.

Return Value

Type:String[]
See Also