Hi Oliver, On Thu, 2012-11-08 at 16:28 +0100, Oliver Rath wrote: > I remember there was much more, but unfortunatly Im not able to find > ist. Especially using the result of a program call would be useful for me. > > Any hints where I have to look for it?
look at include/cxxtools/posix/commandoutput.h, there is an example for that. However, i'm almost sure, that this is not really what you want to do. If you want to iterate thru a directory to create your file list, parsing the output of 'ls' is an ill driven approach. Have a look at include/cxxtools/directory.h instead. Regards, Julian ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_nov _______________________________________________ Tntnet-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tntnet-general
