I would like to have an easy way to call external executables. Of course with a possibility to pass arguments and receive standard output.
something like:
string output = sf::exec("program.exe","args");
But you know, maybe i just didnt google enough to see its included in the system library.