File.IsHidden (gb)
Static Function IsHidden ( Path As String ) As Boolean
Return if a file path is hidden.
-
Path is the file path to check.
A file path is hidden if it is hidden itself or if one of its parent directory is hidden.
On UNIX, hidden file or directories are those whose name starts with a dot.