Directory.GetFiles Method (String) |
Returns the names of files (including their paths) in the specified directory.
Namespace: CMS.AzureStorageAssembly: CMS.AzureStorage (in CMS.AzureStorage.dll) Version: 8.2.23
Syntaxpublic override string[] GetFiles(
string path
)
Parameters
- path
- Type: System.String
Path to retrieve files from.
Return Value
Type:
String[]
See Also