Enumeration
GioFileCopyFlags
Members
- 
            G_FILE_COPY_NONE
- 
            No flags set. - Value: 0
- Available since: 2.0
 
- Value: 
- 
            G_FILE_COPY_OVERWRITE
- 
            Overwrite any existing files. - Value: 1
- Available since: 2.0
 
- Value: 
- 
            G_FILE_COPY_BACKUP
- 
            Make a backup of any existing files. - Value: 2
- Available since: 2.0
 
- Value: 
- 
            G_FILE_COPY_NOFOLLOW_SYMLINKS
- 
            Don’t follow symlinks. - Value: 4
- Available since: 2.0
 
- Value: 
- 
            G_FILE_COPY_ALL_METADATA
- 
            Copy all file metadata instead of just default set used for copy (see GFileInfo).- Value: 8
- Available since: 2.0
 
- Value: 
- 
            G_FILE_COPY_NO_FALLBACK_FOR_MOVE
- 
            Don’t use copy and delete fallback if native move not supported. - Value: 16
- Available since: 2.0
 
- Value: 
- 
            G_FILE_COPY_TARGET_DEFAULT_PERMS
- 
            Leaves target file with default perms, instead of setting the source file perms. - Value: 32
- Available since: 2.0
 
- Value: 
- 
            G_FILE_COPY_TARGET_DEFAULT_MODIFIED_TIME
- 
            Use default modification timestamps instead of copying them from the source file. Since 2.80. - Value: 64
- Available since: 2.0
 
- Value: