DirectoryInfo.Parent Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the parent directory of a specified subdirectory.
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System.IO.DirectoryInfoThe parent directory, or Nothing if the path is null or if the file path denotes a root (such as "\", "C:", or * "\\server\share").
| Exception | Condition |
|---|---|
| SecurityException | The caller does not have the required permission. |
Version Notes
Windows Phone
This member has a SecurityCriticalAttribute attribute. This attribute restricts this member to internal use. Application code that uses this member throws a MethodAccessException.
Show: