Constructs a File for a given path.
This operation never fails, but the returned object might not support any I/O operation if path
is malformed.
path |
a string containing a relative or absolute path. The string must be encoded in the glib filename encoding. |
a new File for the given |