Gimp.file_show_in_file_manager function file_show_in_file_manager(file: Gio.File): Boolean { // Gjs wrapper for gimp_file_show_in_file_manager() } Shows file in the system file manager. Since 2.10 file a Gio.File Returns true on success, false otherwise. On false, @error is set. More Information Gimp