DirectoryInfoGetFiles Method (String) |
Returns files of the current directory.
Namespace: CMS.AmazonStorageAssembly: CMS.AmazonStorage (in CMS.AmazonStorage.dll) Version: 8.2.23
Syntax public override FileInfo[] GetFiles(
string searchPattern
)
Parameters
- searchPattern
- Type: SystemString
Search pattern.
Return Value
Type:
FileInfoSee Also