Cleans files and folders from the file system, usually before or after an execution
using the
CleanMode
setting.
- Namespace
- Statiq
.Common - Implementing Types
Syntax
public interface IFileCleaner
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.
|