| AbstractDirectoryGetFiles Method (String, String) | 
            Returns the names of files (including their paths) in the specified directory.
            
 
Namespace: CMS.IOAssembly: CMS.IO (in CMS.IO.dll) Version: 9.0.0
Syntaxpublic abstract string[] GetFiles(
	string path,
	string searchPattern
)
Parameters
- path
 - Type: SystemString
Path to retrieve files from - searchPattern
 - Type: SystemString
Search pattern 
Return Value
Type: 
String
See Also