A provider that can instantiate
IFile
and IDirectory
objects from their paths.
- Namespace
- Statiq
.Common - Implementing Types
Syntax
public interface IFileProvider
Methods
Name | Return Value | Summary |
---|---|---|
GetDirectory |
IDirectory |
Gets a directory from a specified path.
|
GetFile |
IFile |
Gets a file from a specified path.
|