Checks if a file is hidden.
os.Path.ishidden( fname STRING) RETURNING result BOOLEAN
The function returns TRUE if the file is hidden, FALSE otherwise.
For example, on UNIX™, files starting with a dot in the file name are considered as hidden when using the ls command.