DirectoryInfoEnumerateFiles Method (String) |
Returns an enumerable collection of file information that matches a search pattern.
Namespace: CMS.IOAssembly: CMS.IO (in CMS.IO.dll) Version: 12.0.0
Syntax public IEnumerable<FileInfo> EnumerateFiles(
string searchPattern
)
Parameters
- searchPattern
- Type: SystemString
Search pattern.
Return Value
Type:
IEnumerableFileInfoAn enumerable collection of files that matches
searchPattern.
See Also