:right-sidebar: True FileCopyFlags =================================================================== .. currentmodule:: gi.repository.Gio .. class:: FileCopyFlags :no-contents-entry: Flags used when copying or moving files. Fields ------ .. rst-class:: interim-class .. class:: FileCopyFlags :no-index: .. attribute:: ALL_METADATA Copy all file metadata instead of just default set used for copy (see :obj:`~gi.repository.Gio.FileInfo`). .. attribute:: BACKUP Make a backup of any existing files. .. attribute:: NOFOLLOW_SYMLINKS Don't follow symlinks. .. attribute:: NONE No flags set. .. attribute:: NO_FALLBACK_FOR_MOVE Don't use copy and delete fallback if native move not supported. .. attribute:: OVERWRITE Overwrite any existing files .. attribute:: TARGET_DEFAULT_MODIFIED_TIME Use default modification timestamps instead of copying them from the source file. Since 2.80 .. attribute:: TARGET_DEFAULT_PERMS Leaves target file with default perms, instead of setting the source file perms.