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