get_file_for_uri
Description:
public virtual File get_file_for_uri (
string uri)
Gets a File for uri.
This operation never fails, but the returned object might not support any I/O operation if the URI is malformed or if the URI scheme is not
supported.
Parameters:
| this |
a#GVfs.
|
| uri |
a string containing a URI
|
Returns:
|
a File. Free the returned object with
unref.
|