-
Improvement
-
Resolution: Fixed
-
Normal
-
2.7.0b2
-
None
Picard uses picard.util.is_hidden to check whether a file is hidden. This is used in some places, e.g. Picard by default skips loading hidden files, unless explicitly added.
This works on Windows (with Windows hidden file attribute). On other platforms dot files are considered hidden. But on macOS it does not honor the hidden file attribute.