Hello, I'm trying to read a file using the bindings from the latest commit (c83894ec0b0643667b59046fadd224442d900ced) but when I try to call a static method like FileAccess.open / DirAccess.open the haxe compiler doesn't find it, also I've checked the generated FileAccess.hx file and it doesn't contains the static open method.
Hello, I'm trying to read a file using the bindings from the latest commit (c83894ec0b0643667b59046fadd224442d900ced) but when I try to call a static method like
FileAccess.open
/DirAccess.open
the haxe compiler doesn't find it, also I've checked the generatedFileAccess.hx
file and it doesn't contains the staticopen
method.