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.
Name:
Anonymous2008-03-29 19:46
opendir/readdir are posix
FindFirstFile/FindNextFile are win32
there's no way of doing it in C