This topic has not yet been rated - Rate this topic

Directory.GetFileSystemEntries Method

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
Public method Static member GetFileSystemEntries(String) Returns the names of all files and subdirectories in the specified directory.
Public method Static member GetFileSystemEntries(String, String) Returns an array of file system entries that match the specified search criteria.
Public method Static member 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.
Top
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.