- Namespace
- Statiq
.Core - Interfaces
- Base Types
-
- object
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.
|