I have a folder with many sub folders that also contains many sub folders that I’m trying to copy mixed files to one directory elsewhere.
It looks something like this
GrandParent/Parents/Children/files.*
I heard boost was the way to go to handle recursive folder operations. However, I’m not very familiar with boost. How should I approach this?
edit: please give an example using boost! Thanks SO.
A simple google search lead me to this – http://warpedvisions.org/2008/04/howto-directory-recursion-in-boost-and-other-tips/
Give it a try.