AkbarTheGreat / cszb-scoreboard

Free scoreboard for competitive improv matches
Apache License 2.0
3 stars 0 forks source link

Add proper testing for file existence in MacOS #39

Open AkbarTheGreat opened 1 year ago

AkbarTheGreat commented 1 year ago

FilesystemPath::existsWithRoot currently always returns true on MacOS. This isn't a great long-term solution, obviously.

AkbarTheGreat commented 1 week ago

Macs also do not have the functionality to find files recursively, which needs to be added as well.