File.parseName

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

class File
static
parseName
(
string parseName
)

Parameters

parseName string

a file name or path to be parsed.

Return Value

Type: File

a new GFile. [transfer full]

Meta