Enumeration (GI Flags)

Gio-2.0GioFileCopyFlags

Flags used when copying or moving files.

Index

Enumeration Members

ALL_METADATA: number

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

BACKUP: number

Make a backup of any existing files.

NO_FALLBACK_FOR_MOVE: number

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

NOFOLLOW_SYMLINKS: number

Don't follow symlinks.

NONE: number

No flags set.

OVERWRITE: number

Overwrite any existing files

TARGET_DEFAULT_MODIFIED_TIME: number

Use default modification timestamps instead of copying them from the source file. Since 2.80

TARGET_DEFAULT_PERMS: number

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