Directory.GetFileSystemEntries Method
.NET Framework 4.5
Returns the names of all files and subdirectories 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 | |
|---|---|---|
|
GetFileSystemEntries(String) | Returns the names of all files and subdirectories in the specified directory. |
|
GetFileSystemEntries(String, String) | Returns an array of file system entries that match the specified search criteria. |
|
GetFileSystemEntries(String, String, SearchOption) | Gets an array of all the file names and directory names that match a search pattern in a specified path, and optionally searches subdirectories. |