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.
Directory::GetFileSystemEntries Method
.NET Framework (current version)
Returns the names of all files and subdirectories that meet specified criteria.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | GetFileSystemEntries(String^) | Returns the names of all files and subdirectories in a specified path. |
![]() ![]() | GetFileSystemEntries(String^, String^) | Returns an array of file names and directory names that that match a search pattern in a specified path. |
![]() ![]() | GetFileSystemEntries(String^, String^, SearchOption) | Returns an array of all the file names and directory names that match a search pattern in a specified path, and optionally searches subdirectories. |
Show:

