Am 2012-11-08 19:25, schrieb Oliver Rath: > Ok, this is right, too. But I need an recursive access to a directory > tree. Maybe there is a possibility to get the filetype (i only need > type > "dir" and "link")? It looks like there is no implementation in C++ or > tntnet for it. Any suggestions for that? My first idea was to use the > "chdir" method of cxxtools::directory, but this seems broken (what > happens, if chdir fails?).
Even if there is no implementation for that in C++, what I doubt, there is still C that you can use with C++ easily. Look for the man pages of scandir and opendir. Gerald ------------------------------------------------------------------------------ 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
