Luna::FileCopyFlag::fail_if_exists

fail_if_exists = 0x01

If this is specified, the copy operation fails with BasicError::already_exists if the destination file exists. If this is not specified, the destination file will be overwritten by the source file in the copy operation.