Enum FileMode
Keep this binary compatible with System.IO.FileMode (unsupported on portable libraries).
Namespace: Fusee.Base.Common
Assembly: Fusee.Base.Common.dll
Syntax
public enum FileMode
Fields
| Name | Description |
|---|---|
| Append | |
| Create | |
| CreateNew | |
| Open | |
| OpenOrCreate | |
| Truncate |