IReadOnlyFileSystem.

GetFileProvider(NormalizedPath) Method

Summary

Gets the registered file provider for a specified path.
Assembly
Wyam.Common.dll
Namespace
Wyam.Common.IO
Containing Type
IReadOnlyFileSystem

Syntax

IFileProvider GetFileProvider(NormalizedPath path)

Parameters

Name Type Description
path NormalizedPath The path to get the file provider for.

Return Value

Type Description
IFileProvider The file provider for the specified path.
GitHub