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
Name | Description |
---|---|
Success | File copied successfully. |
Failed | Failed to copy the file. |
FileAlreadyExists | The file already exists. Enable the replace option. |