Subj : Re: C++ API for files & directory manipulation To : comp.programming From : Aggro Date : Sun Aug 28 2005 04:51 pm Ram wrote: > I am looking for a portable library in C++ for manipulating files & > directories e.g. directory traversal, file addition/removal, etc. > Something that can work on Windows, Linux as well as Mac. > > Anyone aware of the same? wxWidgets: ( Windows/Unix/Mac atleast ) http://www.wxwidgets.org/ For directory handling: http://www.wxwidgets.org/manuals/2.6.1/wx_wxdir.html#wxdir For file handling: http://www.wxwidgets.org/manuals/2.6.1/wx_wxfilename.html#wxfilename .