Release 4.3.10
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.