| DirectoryInfoGetFiles Method (String) | 
            Returns a file list from the current directory.
            
 
Namespace: CMS.IOAssembly: CMS.IO (in CMS.IO.dll) Version: 10.0.0
 Syntax
Syntaxpublic FileInfo[] GetFiles(
	string searchPattern
)
Parameters
- searchPattern
- Type: SystemString
 Search pattern
Return Value
Type: 
FileInfo See Also
See Also