LocalFileProvider Class
Namespace
Statiq.Core
Interfaces
Base Types
  • object
LocalFileProvider
object
IFileProvider

Syntax

public class LocalFileProvider : IFileProvider

Constructors

Properties

Name Property Type Summary
FileSystem IReadOnlyFileSystem

Methods

Name Return Value Summary
GetDirectory(NormalizedPath) IDirectory
Gets a directory from a specified path.
GetFile(NormalizedPath) IFile
Gets a file from a specified path.

Extension Methods