IDirectory.

GetFile(FilePath) Method

Summary

Gets a file by combining it's path with the current directory's path. The specified file path must be relative.
Assembly
Wyam.Common.dll
Namespace
Wyam.Common.IO
Containing Type
IDirectory

Syntax

IFile GetFile(FilePath path)

Parameters

Name Type Description
path FilePath The path of the file.

Return Value

Type Description
IFile The file.
GitHub