Copyright Digital Equipment Corp. All rights reserved.

ftw

   Walks a file tree.

   Format

     #include  <ftw.h>

     int ftw  (const char *path, int(*function)(const char *, const
              struct stat *, int), int depth);
 


Additional information available:

Arguments       Description     Return_Values