Click or drag to resize
DirectoryGetFileSystemEntries Method
Overload List
  NameDescription
Public methodStatic memberGetFileSystemEntries(String)
Returns the names of all files and subdirectories in the specified directory.
Public methodStatic memberGetFileSystemEntries(String, String)
Returns an array of file system entries that match the specified search criteria.
Public methodStatic memberGetFileSystemEntries(KernelTransaction, String)
Returns the names of all files and subdirectories in the specified directory.
Public methodStatic memberGetFileSystemEntries(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.
Public methodStatic memberGetFileSystemEntries(KernelTransaction, String, String)
Returns an array of file system entries that match the specified search criteria.
Public methodStatic memberGetFileSystemEntries(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