Name: Anonymous 2008-03-29 17:36
In C or possibly C++, is there a way to do an operation on every file in a folder? For example, load every image within the folder "images", including subfolders.
ls -R images
while loop that reads files one-by-one''?
man 3 readdir