A structure to describe copy flags.
More...
#include <FileSystemOperations.h>
|
bool | overwrite |
| If true copy will overwrite existing files in the destination.
|
|
bool | useCloneIfSupported |
| If true copy will use native filesystem clone os api.
|
|
A structure to describe copy flags.
◆ setOverwrite()
If true
copy will overwrite existing files in the destination.
- Parameters
-
value | true if to overwrite |
- Returns
- itself
◆ setUseCloneIfSupported()
If true
copy will use native filesystem clone os api.
- Parameters
-
value | true if using clone is wanted |
- Returns
- itself
◆ overwrite
bool SC::FileSystemCopyFlags::overwrite |
If true
copy will overwrite existing files in the destination.
◆ useCloneIfSupported
bool SC::FileSystemCopyFlags::useCloneIfSupported |
If true
copy will use native filesystem clone os api.
The documentation for this struct was generated from the following file: