Directory.GetFiles Method
.NET Framework 2.0
Returns the names of files in a specified directory.
| Name | Description |
|---|---|
| Directory.GetFiles (String) | Returns the names of files in the specified directory. Supported by the .NET Compact Framework. |
| Directory.GetFiles (String, String) | Returns the names of files in the specified directory that match the specified search pattern. Supported by the .NET Compact Framework. |
| Directory.GetFiles (String, String, SearchOption) | Returns the names of files in the specified directory that match the specified search pattern, using a value to determine whether to search subdirectories. |