Click or drag to resize

DirectoryEnumerateFileSystemEntriesTransacted Method

Overload List
  NameDescription
Public methodStatic memberEnumerateFileSystemEntriesTransacted(KernelTransaction, String)
[AlphaFS] Returns an enumerable collection of file names and directory names in a specified path.
Public methodStatic memberEnumerateFileSystemEntriesTransacted(KernelTransaction, String, DirectoryEnumerationOptions)
[AlphaFS] Returns an enumerable collection of file names and directory names in a specified path.
Public methodStatic memberEnumerateFileSystemEntriesTransacted(KernelTransaction, String, PathFormat)
[AlphaFS] Returns an enumerable collection of file names and directory names in a specified path.
Public methodStatic memberEnumerateFileSystemEntriesTransacted(KernelTransaction, String, String)
[AlphaFS] Returns an enumerable collection of file names and directory names that match a searchPattern in a specified path.
Public methodStatic memberEnumerateFileSystemEntriesTransacted(KernelTransaction, String, DirectoryEnumerationOptions, PathFormat)
[AlphaFS] Returns an enumerable collection of file names and directory names in a specified path.
Public methodStatic memberEnumerateFileSystemEntriesTransacted(KernelTransaction, String, String, DirectoryEnumerationOptions)
[AlphaFS] Returns an enumerable collection of file names and directory names that match a searchPattern in a specified path.
Public methodStatic memberEnumerateFileSystemEntriesTransacted(KernelTransaction, String, String, PathFormat)
[AlphaFS] Returns an enumerable collection of file names and directory names that match a searchPattern in a specified path.
Public methodStatic memberEnumerateFileSystemEntriesTransacted(KernelTransaction, String, String, SearchOption)
[AlphaFS] Returns an enumerable collection of file names and directory names that match a searchPattern in a specified path, and optionally searches subdirectories.
Public methodStatic memberEnumerateFileSystemEntriesTransacted(KernelTransaction, 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 memberEnumerateFileSystemEntriesTransacted(KernelTransaction, 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