Package ch.bailu.gtk.gio
Interface FileCopyFlags
public interface FileCopyFlags
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic 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 intLeaves target file with default perms, instead of setting the source file perms.
-
Field Details
-
NONE
static final int NONENo flags set.- See Also:
-
OVERWRITE
static final int OVERWRITEOverwrite any existing files- See Also:
-
BACKUP
static final int BACKUPMake a backup of any existing files.- See Also:
-
NOFOLLOW_SYMLINKS
static final int NOFOLLOW_SYMLINKSDon't follow symlinks.- See Also:
-
ALL_METADATA
static final int ALL_METADATACopy all file metadata instead of just default set used for copy (see #GFileInfo).- See Also:
-
NO_FALLBACK_FOR_MOVE
static final int NO_FALLBACK_FOR_MOVEDon't use copy and delete fallback if native move not supported.- See Also:
-
TARGET_DEFAULT_PERMS
static final int TARGET_DEFAULT_PERMSLeaves target file with default perms, instead of setting the source file perms.- See Also:
-