Dokumentaro de Gambaso
Compilation & Installation
Components
gb
Array
Error
gb.crypt
gb.qt4
Documents
Indekso de Lingvo
Language Overviews
LeguMin
Lexicon
Registro

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.