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