Gio.File.prototype.copy_finish

function copy_finish(res: Gio.AsyncResult): Boolean {
    // Gjs wrapper for g_file_copy_finish()
}
  

Finishes copying the file started with Gio.File.copy_async.

res

a Gio.AsyncResult

Returns

a true on success, false on error.