OutputPolicy
- Namespace: SuCoS.Models
- Source File: OutputPolicy.cs
Specifies how to handle an existing output directory
Enum Values
- Delete: Delete the existing directory and create a new one
- Fail: Throw an exception if the directory exists
- Overwrite: Keep the existing directory and overwrite files as needed (default)