IReadOnlyFileSystem.

GetInputFile(FilePath) Method

Summary

Gets a file representing an input.
Assembly
Wyam.Common.dll
Namespace
Wyam.Common.IO
Containing Type
IReadOnlyFileSystem

Syntax

IFile GetInputFile(FilePath path)

Parameters

Name Type Description
path FilePath The path of the input file. If this is an absolute path, then a file representing the specified path is returned. If it's a relative path, then operations will search all current input paths.

Return Value

Type Description
IFile An input file.
GitHub