Reputation: 31840
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.
Upvotes: 3
Views: 960
Reputation: 31840
Use Sys.systemName() to obtain the name of the operating system - this works for multiple target languages.
Upvotes: 7