LocalFileProvider Class

Summary

A provider that can instantiate Wyam.Common.IO.IFile and Wyam.Common.IO.IDirectory objects from their paths.
Assembly
Wyam.Core.dll
Namespace
Wyam.Core.IO.FileProviders.Local
Interfaces
Base Types
  • Object
graph BT Type-->Base0["Object"] Type-.->Interface0["IFileProvider"] click Interface0 "/api/Wyam.Common.IO/IFileProvider" Type["LocalFileProvider"] class Type type-node

Syntax

public class LocalFileProvider : IFileProvider

Methods

Name Value Summary
GetDirectory(DirectoryPath) IDirectory
Gets a directory from a specified path.
GetFile(FilePath) IFile
Gets a file from a specified path.
GitHub