Gio.FileCopyFlags

Flags used when copying or moving files.

FileCopyFlags.NONE

No flags set.

FileCopyFlags.OVERWRITE

Overwrite any existing files

FileCopyFlags.BACKUP

Make a backup of any existing files.

FileCopyFlags.NOFOLLOW_SYMLINKS

Don't follow symlinks.

FileCopyFlags.ALL_METADATA

Copy all file metadata instead of just default set used for copy (see Gio.FileInfo).

FileCopyFlags.NO_FALLBACK_FOR_MOVE

Don't use copy and delete fallback if native move not supported.

FileCopyFlags.TARGET_DEFAULT_PERMS

Leaves target file with default perms, instead of setting the source file perms.