Copying, removing dirs
-
Hi all,
Here, I have to copy a directory to another location and the removing the original directory. I found some links in http://stackoverflow.com/questions/2536524/copy-directory-using-qt that gives good explanations.
I believe this task is very trivial task one have to do in GUI applications. So, why this function is not added as part of Qt Library or Is there any LGPL code for doing this, so one can readily use that code.
-
Yes I have only regular files only. I want to copy from system to USB Mass storage device. And then delete the things in system.
-
Yes thats simple.
Anyway for cross-platform development we need use code right.