mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 11:38:21 +02:00
Fix File OpenOrCreate
This commit is contained in:
parent
3a1c0a3452
commit
a71962a5a8
6 changed files with 14 additions and 3 deletions
|
@ -234,6 +234,7 @@ namespace System
|
|||
CreateAlways,
|
||||
CreateIfNotExists,
|
||||
OpenExisting,
|
||||
OpenAlways,
|
||||
};
|
||||
|
||||
public enum BfpFileCreateFlags : int32
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue