Specify copy options like overwriting existing files. More...
#include <FileSystem.h>
Public Member Functions | |
CopyFlags & | setOverwrite (bool value) |
If true copy will overwrite existing files in the destination. More... | |
CopyFlags & | setUseCloneIfSupported (bool value) |
If true copy will use native filesystem clone os api. More... | |
Friends | |
struct | FileSystem |
Specify copy options like overwriting existing files.
|
inline |
If true
copy will overwrite existing files in the destination.
value | true if to overwrite |
|
inline |
If true
copy will use native filesystem clone os api.
value | true if using clone is wanted |