Package ch.bailu.gtk.gio
Schnittstelle FileCopyFlags
public interface FileCopyFlags
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final intCopy all file metadata instead of just default set used for copy (see #GFileInfo).static final intMake a backup of any existing files.static final intDon't use copy and delete fallback if native move not supported.static final intDon't follow symlinks.static final intNo flags set.static final intOverwrite any existing filesstatic final intUse default modification
timestamps instead of copying them from the source file.static final intLeaves target file with default perms, instead of setting the source file perms.
-
Felddetails
-
NONE
static final int NONENo flags set.- Siehe auch:
-
OVERWRITE
static final int OVERWRITEOverwrite any existing files- Siehe auch:
-
BACKUP
static final int BACKUPMake a backup of any existing files.- Siehe auch:
-
NOFOLLOW_SYMLINKS
static final int NOFOLLOW_SYMLINKSDon't follow symlinks.- Siehe auch:
-
ALL_METADATA
static final int ALL_METADATACopy all file metadata instead of just default set used for copy (see #GFileInfo).- Siehe auch:
-
NO_FALLBACK_FOR_MOVE
static final int NO_FALLBACK_FOR_MOVEDon't use copy and delete fallback if native move not supported.- Siehe auch:
-
TARGET_DEFAULT_PERMS
static final int TARGET_DEFAULT_PERMSLeaves target file with default perms, instead of setting the source file perms.- Siehe auch:
-
TARGET_DEFAULT_MODIFIED_TIME
static final int TARGET_DEFAULT_MODIFIED_TIMEUse default modification
timestamps instead of copying them from the source file. Since 2.80- Siehe auch:
-