File.parseName

gio.file.File parseName(string parseName)

Constructs a #GFile with the given parse_name (i.e. something given by gio.file.File.getParseName). This operation never fails, but the returned object might not support any I/O operation if the parse_name cannot be parsed.

Parameters

parseNamea file name or path to be parsed

Returns

a new #GFile.