The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
Directory::EnumerateFiles Method
.NET Framework (current version)
Returns an enumerable collection of file names that meet specified criteria.
Assembly: mscorlib (in mscorlib.dll)
| 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. |
Show:

