Enum DeleteMode
Specifies the way that directory deletion should be performed.
Namespace: NiceIO.Sysroot
Syntax
public enum DeleteMode
Fields
| Name | Description | Value |
|---|---|---|
| Normal | When deleting a directory, if an IOException occurs, rethrow it. |
0 |
| Soft | When deleting a directory, if an IOException occurs, ignore it. The deletion request may or may not be later fulfilled by the OS. |
1 |