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, DirectoryEnumerationFilters)
[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) Obsolete.
[AlphaFS] Returns an enumerable collection of file names and directory names that match a searchPattern in a specified path.
Public methodStatic memberEnumerateFileSystemEntriesTransacted(KernelTransaction, String, DirectoryEnumerationFilters, PathFormat)
[AlphaFS] Returns an enumerable collection of file names and directory names in a specified path.
Public methodStatic memberEnumerateFileSystemEntriesTransacted(KernelTransaction, String, DirectoryEnumerationOptions, DirectoryEnumerationFilters)
[AlphaFS] Returns an enumerable collection of file names and directory names 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) Obsolete.
[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) Obsolete.
[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) Obsolete.
[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, DirectoryEnumerationOptions, DirectoryEnumerationFilters, PathFormat)
[AlphaFS] Returns an enumerable collection of file names and directory names in a specified path.
Public methodStatic memberEnumerateFileSystemEntriesTransacted(KernelTransaction, String, String, DirectoryEnumerationOptions, DirectoryEnumerationFilters) Obsolete.
[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, DirectoryEnumerationOptions, PathFormat) Obsolete.
[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) Obsolete.
[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, DirectoryEnumerationFilters, PathFormat) Obsolete.
[AlphaFS] Returns an enumerable collection of file names and directory names that match a searchPattern in a specified path.
Top
See Also