DirectoryInfo.GetFileSystemInfos Method
.NET Framework 2.0
Retrieves an array of strongly typed FileSystemInfo objects representing files and subdirectories of the current directory.
| Name | Description |
|---|---|
| DirectoryInfo.GetFileSystemInfos () | Returns an array of strongly typed FileSystemInfo entries representing all the files and subdirectories in a directory. Supported by the .NET Compact Framework. |
| DirectoryInfo.GetFileSystemInfos (String) | Retrieves an array of strongly typed FileSystemInfo objects representing the files and subdirectories matching the specified search criteria. Supported by the .NET Compact Framework. |