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