os.Path.isHidden
Syntax
- path is the file or directory path.
Usage
The function returns TRUE
if the file is hidden, FALSE
otherwise.
For example, on UNIX™, files starting with a dot in the filename are considered as hidden when using the ls command.