Click or drag to resize

DirectoryEnumerateFileSystemEntries Method

Overload List
  NameDescription
Public methodStatic memberEnumerateFileSystemEntries(String)
Returns an enumerable collection of file names and directory names in a specified path.
Public methodStatic memberEnumerateFileSystemEntries(String, DirectoryEnumerationOptions)
[AlphaFS] Returns an enumerable collection of file names and directory names in a specified path.
Public methodStatic memberEnumerateFileSystemEntries(String, PathFormat)
[AlphaFS] Returns an enumerable collection of file names and directory names in a specified path.
Public methodStatic memberEnumerateFileSystemEntries(String, String)
Returns an enumerable collection of file names and directory names that match a searchPattern in a specified path.
Public methodStatic memberEnumerateFileSystemEntries(String, DirectoryEnumerationOptions, PathFormat)
[AlphaFS] Returns an enumerable collection of file names and directory names in a specified path.
Public methodStatic memberEnumerateFileSystemEntries(String, String, DirectoryEnumerationOptions)
[AlphaFS] Returns an enumerable collection of file names and directory names that match a searchPattern in a specified path.
Public methodStatic memberEnumerateFileSystemEntries(String, String, PathFormat)
[AlphaFS] Returns an enumerable collection of file names and directory names that match a searchPattern in a specified path.
Public methodStatic memberEnumerateFileSystemEntries(String, String, SearchOption)
Returns an enumerable collection of file names and directory names that match a searchPattern in a specified path, and optionally searches subdirectories.
Public methodStatic memberEnumerateFileSystemEntries(String, String, DirectoryEnumerationOptions, PathFormat)
[AlphaFS] Returns an enumerable collection of file names and directory names that match a searchPattern in a specified path.
Public methodStatic memberEnumerateFileSystemEntries(String, String, SearchOption, PathFormat)
[AlphaFS] Returns an enumerable collection of file names and directory names that match a searchPattern in a specified path, and optionally searches subdirectories.
Top
See Also