fork of systools ( https://github.com/waneck/systools ) for Haxe 4
Most targets should be working. HashLink has not been tested, but Neko and CPP have not been drastically changed. Dialogs are the only API supported.
OpenFL will not include nativedialogs.ndll by default when building for the Neko or cpp platforms. To solve this you must include an additional line in your project.xml file, just after the <haxelib name="nativedialogs" /> tag:
<ndll name="nativedialogs" haxelib="nativedialogs" />