Vfs.parseName

gio.file.File parseName(string parseName)

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

Parameters

parseNamea string to be parsed by the VFS module.

Returns

a #GFile for the given parse_name.

Free the returned object with [gobject.object.ObjectWrap.unref].