DirectoryInfo::GetFileSystemInfos Method
Retrieves an array of strongly typed FileSystemInfo objects representing files and subdirectories of the current directory.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | GetFileSystemInfos() | Returns an array of strongly typed FileSystemInfo entries representing all the files and subdirectories in a directory. |
![]() | GetFileSystemInfos(String^) | Retrieves an array of strongly typed FileSystemInfo objects representing the files and subdirectories that match the specified search criteria. |
![]() | GetFileSystemInfos(String^, SearchOption) | Retrieves an array of FileSystemInfo objects that represent the files and subdirectories matching the specified search criteria. |
