Click or drag to resize

DirectoryInfoParent Property

Gets the parent directory of a specified subdirectory.

Namespace:  Alphaleonis.Win32.Filesystem
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax
public DirectoryInfo Parent { get; }

Property Value

Type: DirectoryInfo
The parent directory, or null if the path is null or if the file path denotes a root (such as "\", "C:", or * "\\server\share").
See Also