Gio.FileInfo.prototype.copy_into
function copy_into(dest_info: Gio.FileInfo): void {
// Gjs wrapper for g_file_info_copy_into()
}
Copies all of the [GFileAttribute][gio-GFileAttribute] from src_info to dest_info.
- dest_info
destination to copy attributes to.