Home » U++ Library support » U++ Core » System() call
System() call [message #16018] |
Thu, 22 May 2008 23:47  |
mdelfede
Messages: 1310 Registered: September 2007
|
Ultimate Contributor |
|
|
I've seen in Valgrind support such a call :
StringStream ss;
CreateHostRunDir()->Execute("valgrind --help", ss);
String txt = ss;
to execute a system command gathering output inside a stream.
That one is really useful, but requires Ide package... there's nothing equivalent in Core or somewhere else ?
Or must I resort to standard system() call, after reopening output streams ?
Ciao
Max
|
|
|
|
Goto Forum:
Current Time: Fri Aug 22 06:34:31 CEST 2025
Total time taken to generate the page: 0.06008 seconds
|