Luna::FileCreationMode::open_always
open_always = 3
Always opens a file. If the file already exists, the file will be open with its data preserved, if the file does not exist, it will be created and opened.
open_always = 3
Always opens a file. If the file already exists, the file will be open with its data preserved, if the file does not exist, it will be created and opened.