Package: gio

Function gio:file-parse-name

Lambda List

gio:file-parse-name (parsename)

Arguments

parsename -- a string with a file name or path to be parsed

Return Value

The new g:file object.

Details

Constructs a g:file object with the given parsename, that is, something given by the g:file-get-parse-name function. This operation never fails, but the returned object might not support any I/O operation if parsename cannot be parsed.
 

See also

2024-10-12