Download List

Descripción del Proyecto

libfssearch is a C++ library that provides file and directory traversal functionality. Given a base directory, it will traverse the tree rooted at that directory in depth-first order, invoking a callback function for each file or directory found. It is basically a C++ version of the Unix command, "find -exec foo". It has been tested on Solaris and Linux.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2001-06-01 19:24
0.03

Los nuevos métodos se han añadido, la velocidad se ha mejorado en general, los errores de menor importancia eran fijos, la documentación se ha actualizado, y otras mejoras se hicieron.
Tags: Stable, Major feature enhancements
New methods were added, overall speed was improved, minor bugs were fixed, the
documentation was updated, and other improvements were made.

Project Resources