I want to scan a directory tree and list all files and folders inside each directory. I created a program that downloads images from a webcamera and saves them locally. This
I think if you can use Qt/Embedded, there are QDir and QFileInfo classes which
can help you, though it depends if you can use the Qt. The question is which API your system provides.