Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

FileMode Enum

Add this in your code:

#include <engine/file_system/file.h>

Description

Enum that list every modes to open a file.

Values


NameDescription
ReadOnlyOnly read calls are allowed
WriteOnlyOnly write calls are allowed
WriteCreateFileOnly read calls are allowed and the file is created if it does not exist