Directory.GetFiles Method
.NET Framework (current version)
Note |
|---|
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience. |
Returns the names of files that meet specified criteria.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | GetFiles(String) | Returns the names of files (including their paths) in the specified directory. |
![]() ![]() | GetFiles(String, String) | Returns the names of files (including their paths) that match the specified search pattern in the specified directory. |
![]() ![]() | GetFiles(String, String, SearchOption) | Returns the names of files (including their paths) that match the specified search pattern in the specified directory, using a value to determine whether to search subdirectories. |
Show:


