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