Function
RBuri_is_hidden
Declaration [src]
gboolean
rb_uri_is_hidden (
const char* uri
)
Description [src]
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.