#include <FileSystem.h>
Static Public Member Functions | |
static bool | SaveToFileSecured (const char *filename, const AZStd::function< bool()> &saveFunction, CommandManager *commandManager=nullptr) |
Static Public Attributes | |
static StaticString | s_secureSavePath |
The file system class. This currently contains some utility classes to deal with files on disk.
|
static |
Save to file secured by a backup file.
[in] | fileName | The filename of the file. |
[in] | saveFunction | Save function used to save the file. |
[in] | commandManager | Command manager used to add error. |
|
static |
The folder path used to keep a backup in SaveToFileSecured.