FileInfo.copyInto
void copyInto(gio.file_info.FileInfo destInfo)First clears all of the [GFileAttribute][gio-GFileAttribute] of dest_info, and then copies all of the file attributes from src_info to dest_info.
Parameters
destInfo | destination to copy attributes to. |