DirectoryInfo.EnumerateFileSystemInfos Method
.NET Framework 4
Returns an enumerable collection of file system information in the current directory.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
EnumerateFileSystemInfos() | Returns an enumerable collection of file system information in the current directory. |
|
EnumerateFileSystemInfos(String) | Returns an enumerable collection of file system information that matches a specified search pattern. |
|
EnumerateFileSystemInfos(String, SearchOption) | Returns an enumerable collection of file system information that matches a specified search pattern and search subdirectory option. |