Click or drag to resize
DirectoryEnumerateFileSystemEntryInfos Method
Overload List
  NameDescription
Public methodStatic memberEnumerateFileSystemEntryInfosT(String)
[AlphaFS] Returns an enumerable collection of file system entries in a specified path.
Public methodStatic memberEnumerateFileSystemEntryInfosT(String, PathFormat)
[AlphaFS] Returns an enumerable collection of file system entries in a specified path.
Public methodStatic memberEnumerateFileSystemEntryInfosT(String, String)
[AlphaFS] Returns an enumerable collection of file system entries that match a searchPattern in a specified path.
Public methodStatic memberEnumerateFileSystemEntryInfosT(KernelTransaction, String)
[AlphaFS] Returns an enumerable collection of file system entries in a specified path.
Public methodStatic memberEnumerateFileSystemEntryInfosT(String, String, DirectoryEnumerationOptions)
[AlphaFS] Returns an enumerable collection of file system entries that match a searchPattern in a specified path using DirectoryEnumerationOptions.
Public methodStatic memberEnumerateFileSystemEntryInfosT(String, String, PathFormat)
[AlphaFS] Returns an enumerable collection of file system entries that match a searchPattern in a specified path.
Public methodStatic memberEnumerateFileSystemEntryInfosT(KernelTransaction, String, PathFormat)
[AlphaFS] Returns an enumerable collection of file system entries in a specified path.
Public methodStatic memberEnumerateFileSystemEntryInfosT(KernelTransaction, String, String)
[AlphaFS] Returns an enumerable collection of file system entries that match a searchPattern in a specified path.
Public methodStatic memberEnumerateFileSystemEntryInfosT(String, String, DirectoryEnumerationOptions, PathFormat)
[AlphaFS] Returns an enumerable collection of file system entries that match a searchPattern in a specified path using DirectoryEnumerationOptions.
Public methodStatic memberEnumerateFileSystemEntryInfosT(KernelTransaction, String, String, DirectoryEnumerationOptions)
[AlphaFS] Returns an enumerable collection of file system entries that match a searchPattern in a specified path using DirectoryEnumerationOptions.
Public methodStatic memberEnumerateFileSystemEntryInfosT(KernelTransaction, String, String, PathFormat)
[AlphaFS] Returns an enumerable collection of file system entries that match a searchPattern in a specified path.
Public methodStatic memberEnumerateFileSystemEntryInfosT(KernelTransaction, String, String, DirectoryEnumerationOptions, PathFormat)
[AlphaFS] Returns an enumerable collection of file system entries that match a searchPattern in a specified path using DirectoryEnumerationOptions.
Top
See Also