FilePath.

Directory Property

Summary

Gets the directory part of the path.
Assembly
Wyam.Common.dll
Namespace
Wyam.Common.IO
Containing Type
FilePath

Syntax

public DirectoryPath Directory { get; }

Value

Type Description
DirectoryPath The directory part of the path.
GitHub