Package ch.bailu.gtk.gio
Interface FileCopyFlags
public interface FileCopyFlags
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Copy all file metadata instead of just default set used for copy (see #GFileInfo).static final int
Make a backup of any existing files.static final int
Don't use copy and delete fallback if native move not supported.static final int
Don't follow symlinks.static final int
No flags set.static final int
Overwrite any existing filesstatic final int
Leaves 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:
-