On Mon, Sep 10, 2012 at 9:10 AM, Ian Goldberg iang@cs.uwaterloo.ca wrote:
On Mon, Sep 10, 2012 at 02:33:30AM -0600, vmon wrote:
- Thank you for telling me about fts. I'm going to replace boost code with fts soon.
What is fts? This sounds potentially useful.
It's a C API for directory tree walking. Similar to the older ftw() but iterator-style and more robust. Unfortunately doesn't seem to have made it into POSIX yet but is available on both Linux and OSX.
http://www.kernel.org/doc/man-pages/online/pages/man3/fts.3.html