Summary
Gets the parent path or
null
if this is a root path.
- Assembly
- Wyam
.Common .dll - Namespace
- Wyam
.Common .IO - Containing Type
- DirectoryPath
Syntax
public DirectoryPath Parent { get; }
Value
Type | Description |
---|---|
DirectoryPath |
The parent path or null if this is a root path.
|