Copyright Digital Equipment Corp. All rights reserved.
Walks a file tree.
Format
#include <ftw.h>
int ftw (const char *path, int(*function)(const char *, const
struct stat *, int), int depth);
Arguments Description Return_Values