I imagine because it is quite a rare edge-case use and is not easy to implement:
- for Linux you check for dot
- for Windows you need to either modify the VM (see File class>>lookupDirectory:filename: to provide more information), or directly use WinAPI from Pharo to retrieve the hidden file attribute
- for MacOS it is my understanding that you need to do both of the above and then some
Peter