Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make sys_read_dir errors consistent between platforms
Haxe documentation specifies that an exception should be thrown if the path is not a valid directory. This was already the case on all platforms except Windows, where `null` was returned. Now the behavior is consistent.
- Loading branch information