GetFile(IReadOnlyFileSystem, NormalizedPath) Method
Gets an absolute file.
Namespace
Statiq.Common
Containing Type
IReadOnlyFileSystemExtensions

Syntax

public static IFile GetFile(this IReadOnlyFileSystem fileSystem, in NormalizedPath path)

Parameters

Name Type Description
fileSystem IReadOnlyFileSystem The file system.
path NormalizedPath The absolute path of the file.

Return Value

Type Description
IFile A file.