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

CopyFileResult Enum

Add this in your code:

#include <engine/file_system/file_system.h>

Description

Enum to list every different results of a file copy call.

Values


NameDescription
SuccessFile copied successfully.
FailedFailed to copy the file.
FileAlreadyExistsThe file already exists. Enable the replace option.