The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
DirectoryInfo::GetFiles Method
.NET Framework (current version)
Returns a file list from the current directory.
Assembly: mscorlib (in mscorlib.dll)
| 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. |
Show:
