DirectoryGetFiles Method (String, String) |
Returns the names of files (including their paths) in the specified directory.
Namespace: CMS.AmazonStorageAssembly: CMS.AmazonStorage (in CMS.AmazonStorage.dll) Version: 8.2.23
Syntax public override string[] GetFiles(
string path,
string searchPattern
)
Parameters
- path
- Type: SystemString
Path to retrieve files from. - searchPattern
- Type: SystemString
Search pattern.
Return Value
Type:
StringSee Also