uri_make_hidden

@accepts(utf8)
@returns(utf8)
def uri_make_hidden(uri)

Constructs a URI that is similar to @uri but which identifies a hidden file. This can be used for temporary files that should not be visible to the user while they are in use.

uri :

a URI to construct a hidden version of

Returns :

hidden URI, must be freed by the caller.