IFileSystemEntry.

Path Property

Summary

Gets the path to the entry.
Assembly
Wyam.Common.dll
Namespace
Wyam.Common.IO
Containing Type
IFileSystemEntry

Syntax

NormalizedPath Path { get; }

Value

Type Description
NormalizedPath The path.
GitHub