DirectoryInfoEnumerateDirectories Method (String) |
Returns an enumerable collection of directory information that matches a specified search pattern.
Namespace: CMS.IOAssembly: CMS.IO (in CMS.IO.dll) Version: 12.0.0
Syntax public IEnumerable<DirectoryInfo> EnumerateDirectories(
string searchPattern
)
Parameters
- searchPattern
- Type: SystemString
Search pattern.
Return Value
Type:
IEnumerableDirectoryInfoAn enumerable collection of directories that matches
searchPattern.
See Also