Luna::FileCreationMode::create_always
create_always = 1
Always creates a new file and opens it. If the file already exists, the old file content will be discarded and the file is treated as a new empty file.
create_always = 1
Always creates a new file and opens it. If the file already exists, the old file content will be discarded and the file is treated as a new empty file.