DirectoryInfo.EnumerateFiles Method
.NET Framework 4.5
Returns an enumerable collection of file 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 | |
|---|---|---|
|
EnumerateFiles() | Returns an enumerable collection of file information in the current directory. |
|
EnumerateFiles(String) | Returns an enumerable collection of file information that matches a search pattern. |
|
EnumerateFiles(String, SearchOption) | Returns an enumerable collection of file information that matches a specified search pattern and search subdirectory option. |