Click or drag to resize

DirectoryInfoEnumerateFileSystemInfos Method

Overload List
  NameDescription
Public methodEnumerateFileSystemInfos
Returns an enumerable collection of file system information in the current directory.
Public methodEnumerateFileSystemInfos(String)
Returns an enumerable collection of file system information that matches a specified search pattern.
Public methodEnumerateFileSystemInfos(DirectoryEnumerationOptions)
[AlphaFS] Returns an enumerable collection of file system information in the current directory.
Public methodEnumerateFileSystemInfos(String, DirectoryEnumerationOptions)
[AlphaFS] Returns an enumerable collection of file system information that matches a specified search pattern.
Public methodEnumerateFileSystemInfos(String, SearchOption)
Returns an enumerable collection of file system information that matches a specified search pattern and search subdirectory option.
Top
See Also