Import line: | Gio = imports.gi.Gio; |
GIR File: | Gio-2.0.gir |
C documentation: | GFileCopyFlags |
Enum : | FileCopyFlags |
Properties | |
---|---|
guint32 Gio.FileCopyFlags.ALL_METADATA : 8
|
|
guint32 Gio.FileCopyFlags.BACKUP : 2
|
|
guint32 Gio.FileCopyFlags.NOFOLLOW_SYMLINKS : 4
|
|
guint32 Gio.FileCopyFlags.NONE : 0
|
|
guint32 Gio.FileCopyFlags.NO_FALLBACK_FOR_MOVE : 16
|
|
guint32 Gio.FileCopyFlags.OVERWRITE : 1
|
|
guint32 Gio.FileCopyFlags.TARGET_DEFAULT_PERMS : 32
|
None |
None |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Gio.File
Method |
copy
(File destination, FileCopyFlags flags, Cancellable cancellable, Function progress_callback, void* progress_callback_data)
:
gboolean
Copies the file source to the location specified by destination.
|
Gio.File
Method |
Copies the file attributes from source to destination.
|
Gio.File
Method |
move
(File destination, FileCopyFlags flags, Cancellable cancellable, Function progress_callback, void* progress_callback_data)
:
gboolean
Tries to move the file or directory source to the location specified by destination.
|