DirectoryInfo.GetDirectories Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Returns the subdirectories of the current directory.
Assembly: mscorlib (in mscorlib.dll)
| Exception | Condition |
|---|---|
| DirectoryNotFoundException | The path encapsulated in the DirectoryInfo object is invalid, such as being on an unmapped drive. |
Show: