IFile.

Path Property

Summary

Gets the path to the file.
Assembly
Wyam.Common.dll
Namespace
Wyam.Common.IO
Containing Type
IFile

Syntax

FilePath Path { get; }

Value

Type Description
FilePath The path.
GitHub