In Haxe, is there a method in the Sys class (or some other class) that returns the output of a shell command (for example, the command "ls"), or will I need to implement this method myself for each target language? I'd like to find a method for invoking shell commands that works with every Haxe target language.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
Yes, your own comment contain the answer, which is:
|
|||||
|
|
Or the cross platform way: It might also be faster, because it doesn't invoke an extra process. |
|||||||||||||||
|