DirectoryInfo::GetFileSystemInfos Method ()
Returns an array of strongly typed FileSystemInfo entries representing all the files and subdirectories in a directory.
Assembly: mscorlib (in mscorlib.dll)
Return Value
Type: array<System.IO::FileSystemInfo^>^An array of strongly typed FileSystemInfo entries.
| Exception | Condition |
|---|---|
| DirectoryNotFoundException | The path is invalid (for example, it is on an unmapped drive). |
If there are no files or directories in the DirectoryInfo, this method returns an empty array. This method is not recursive.
For subdirectories, the FileSystemInfo objects returned by this method can be cast to the derived class DirectoryInfo. Use the FileAttributes value returned by the FileSystemInfo::Attributes property to determine whether the FileSystemInfo represents a file or a directory.
This method pre-populates the values of the following FileSystemInfo properties:
Available since 10
.NET Framework
Available since 1.1
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0