hxcpp icon indicating copy to clipboard operation
hxcpp copied to clipboard

Make sys_read_dir errors consistent between platforms

Open tobil4sk opened this issue 1 year ago • 0 comments

Haxe documentation specifies that an exception should be thrown if the path is not a valid directory:

If path does not denote a valid directory, an exception is thrown.

This was already the case on all platforms except Windows, where null was returned. Now the behavior is consistent.

tobil4sk avatar Mar 07 '24 18:03 tobil4sk