 | | The ftw function recursively descends the directory hierarchy rooted at path. For each object in the directory, it calls the user-defined function fn. This function takes three arguments: the first argument is the name of the object, the second argument is a pointer to a struct stat structure (see Chapter 5, Files and Directories), and the third argument is a flag. Possible values of the flag are: | |
|