I need to get path to the std
folder of Haxe
.
On Linux system it can be /usr/share/haxe/std
, on Windows -- C:\HaxeToolkit\haxe\std\
.
There are haxelib config
, haxelib path
and haxelib libpath
commands, but they point me to /usr/local/lib/haxe/
folder.
How can I get this path in my script?
I tried these commands haxelib config
, haxelib path
, haxelib libpath
but they help me only on Windows, because on Windows std
and lib
foldrs are in the same folder.