1 out of 2 rated this helpful - Rate this topic

Directory.EnumerateFiles Method

Returns an enumerable collection of file names in a specified path.

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 EnumerateFiles(String) Returns an enumerable collection of file names in a specified path.
Public method Static member EnumerateFiles(String, String) Returns an enumerable collection of file names that match a search pattern in a specified path.
Public method Static member EnumerateFiles(String, String, SearchOption) Returns an enumerable collection of file names that match a search pattern in a specified path, and optionally searches subdirectories.
Top
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ
Please fix method description
It doesn't list FILE NAMES but full file path with names...