This documentation is archived and is not being maintained.
Directory::GetFiles Method
Visual Studio 2008
Returns the names of files in a specified 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(String) | Returns the names of files (including their paths) in the specified directory. |
|
GetFiles(String, String) | Returns the names of files (including their paths) in the specified directory that match the specified search pattern. |
|
GetFiles(String, String, SearchOption) | Returns the names of files (including their paths) in the specified directory that match the specified search pattern, using a value to determine whether to search subdirectories. |
Show: