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

Namespace: CMS.AzureStorage
Assembly: CMS.AzureStorage (in CMS.AzureStorage.dll) Version: 9.0.0
Syntax
C#
public override string[] GetFiles(
	string path
)

Parameters

path
Type: SystemString
Path to retrieve files from.

Return Value

Type: String
See Also