Rev 29 | Blame | Compare with Previous | Last modification | View Log | RSS feed
This directory contains a demo of programming in different languages.
A program called filefind is written which produces a filetree, similar to the
output of the Unix find program.
It's implemented as a recursive program. If the language is multiplatform (like
C, java, PHP. ruby), the program may run on all the supported platforms, with
minor adaptions.
The current makefiles only support Unix/Linux/BSD platform.
Note that no special filewalk libraries are used and error checking is limited.
This is done on purpose, its just a demo : implementing same algorithm in
different languages.