In Haxe, is there any way to get the name of the current operating system? I'm looking for a way to do this that works in all Haxe target languages.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Use Sys.systemName() to obtain the name of the operating system - this works for multiple target languages. |
|||||
|