Click or drag to resize

DirectoryGetFileSystemEntriesTransacted Method

Overload List
  NameDescription
Public methodStatic memberGetFileSystemEntriesTransacted(KernelTransaction, String)
Returns the names of all files and subdirectories in the specified directory.
Public methodStatic memberGetFileSystemEntriesTransacted(KernelTransaction, String, String)
Returns an array of file system entries that match the specified search criteria.
Public methodStatic memberGetFileSystemEntriesTransacted(KernelTransaction, String, String, SearchOption)
Gets an array of all the file names and directory names that match a searchPattern in a specified path, and optionally searches subdirectories.
Top
See Also