Click or drag to resize

DirectoryInfoGetFileSystemInfos Method

Overload List
  NameDescription
Public methodGetFileSystemInfos
Returns an array of strongly typed FileSystemInfo entries representing all the files and subdirectories in a directory.
Public methodGetFileSystemInfos(String)
Retrieves an array of strongly typed FileSystemInfo objects representing the files and subdirectories that match the specified search criteria.
Public methodGetFileSystemInfos(String, SearchOption)
Retrieves an array of strongly typed FileSystemInfo objects representing the files and subdirectories that match the specified search criteria.
Top
See Also