Summary
A file system that can be configured.
- Assembly
- Wyam
.Common .dll - Namespace
- Wyam
.Common .IO - Interfaces
- Implementing Types
graph BT
Type-.->Interface0["IReadOnlyFileSystem"]
click Interface0 "/api/Wyam.Common.IO/IReadOnlyFileSystem"
Type["IFileSystem"]
class Type type-node
Implementing0["TestFileSystem"]-.->Type
click Implementing0 "/api/Wyam.Testing.IO/TestFileSystem"
Syntax
public interface IFileSystem : IReadOnlyFileSystem
Properties
Name | Value | Summary |
---|---|---|
FileProviders | I |
Gets the file providers.
|
InputPaths | PathCollection |
Gets the input paths collection which can be used
to add or remove input paths.
|
OutputPath | DirectoryPath |
Gets or sets the output path.
|
RootPath | DirectoryPath |
Gets or sets the root path.
|
TempPath | DirectoryPath |
Gets or sets the temporary file path.
|