IFile.

Directory Property

Summary

Gets the directory of the file.
Assembly
Wyam.Common.dll
Namespace
Wyam.Common.IO
Containing Type
IFile

Syntax

IDirectory Directory { get; }

Value

Type Description
IDirectory The directory of the file.
GitHub