- Namespace
- Statiq
.Core - Interfaces
- Base Types
-
- object
graph BT
Type-->Base0["object"]
Type-.->Interface0["IFileCleaner"]
click Interface0 "/api/Statiq.Common/IFileCleaner"
Type["FileCleaner"]
class Type type-node
Syntax
public class FileCleaner : IFileCleaner
Constructors
Properties
Methods
Name | Return Value | Summary |
---|---|---|
Clean |
Task |
Performs post-execution clean up.
|
Clean |
Task |
Performs pre-execution clean up.
|
CleanDirectory |
void |
Recursively deletes a directory and then recreates it.
|