Interface FileCopyFlags


public interface FileCopyFlags
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static 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 files
    static final int
    Leaves target file with default perms, instead of setting the source file perms.
  • Field Details

    • NONE

      static final int NONE
      No flags set.
      See Also:
    • OVERWRITE

      static final int OVERWRITE
      Overwrite any existing files
      See Also:
    • BACKUP

      static final int BACKUP
      Make a backup of any existing files.
      See Also:
    • ALL_METADATA

      static final int ALL_METADATA
      Copy 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_MOVE
      Don't use copy and delete fallback if native move not supported.
      See Also:
    • TARGET_DEFAULT_PERMS

      static final int TARGET_DEFAULT_PERMS
      Leaves target file with default perms, instead of setting the source file perms.
      See Also: