DirectoryInfo.EnumerateFiles Method
.NET Framework (current version)
Returns an enumerable collection of file information in the current directory.
Assembly: mscorlib (in mscorlib.dll)
| 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. |
Show:
