DirectoryInfo.GetFiles Method
.NET Framework 4.5
Returns a file list from the current directory.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
GetFiles() | Returns a file list from the current directory. |
|
GetFiles(String) | Returns a file list from the current directory matching the given search pattern. |
|
GetFiles(String, SearchOption) | Returns a file list from the current directory matching the given search pattern and using a value to determine whether to search subdirectories. |