|
|
How do I read or traverse directories within a program? |
| ftw(S) will traverse and recurse a path, calling a function of
your creation on each object found.
If you just want to open a directory and read it, you must use
the functions described in directory(S) such as opendir(S) and
readdir(S). In OpenServer, you can no longer read directories
like a file.
| |
| [Append to This Answer] |
| Previous: |
|
| Next: |
|
| ||||||||