uri_is_hidden

@accepts(utf8)
@returns(gboolean)
def uri_is_hidden(uri)

Checks if @uri is hidden, according to the Unix filename convention. If the filename component of @uri begins with a dot, the file is considered hidden.

uri :

a URI to check

Returns :

True if @uri is hidden