Gio.Vfs.prototype.parse_name

function parse_name(parse_name: String): Gio.File {
    // Gjs wrapper for g_vfs_parse_name()
}
  

This operation never fails, but the returned object might not support any I/O operations if the parse_name cannot be parsed by the Gio.Vfs module.

parse_name

a string to be parsed by the VFS module.

Returns

a Gio.File for the given parse_name. Free the returned object with GObject.Object.prototype.unref.