Hi,

For a small project I am creating, I need to use not just files (boy, would that be nice!), but I need to interact with folders. among the things that need to be accomplished are: searching folders, collecting folder contents, and dealing with searching for folders. Normally I would just use files so that I would be able to use fstream, but thats just not possible for this.

Can anybody point me to a page that explains how to interact with folders in these ways?

Thanks!

FlyingIsFun1217