Directory.EnumerateFiles Method
.NET Framework 4.5
Returns an enumerable collection of file names in a specified path.
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(String) | Returns an enumerable collection of file names in a specified path. |
|
EnumerateFiles(String, String) | Returns an enumerable collection of file names that match a search pattern in a specified path. |
|
EnumerateFiles(String, String, SearchOption) | Returns an enumerable collection of file names that match a search pattern in a specified path, and optionally searches subdirectories. |