Directory::EnumerateFiles Method

 

Returns an enumerable collection of file names that meet specified criteria.

Namespace:   System.IO
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticEnumerateFiles(String^)

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

System_CAPS_pubmethodSystem_CAPS_staticEnumerateFiles(String^, String^)

Returns an enumerable collection of file names that match a search pattern in a specified path.

System_CAPS_pubmethodSystem_CAPS_staticEnumerateFiles(String^, String^, SearchOption)

Returns an enumerable collection of file names that match a search pattern in a specified path, and optionally searches subdirectories.

Return to top
Show: