Hi,

I am trying to create a program which sorts the files in my download folder automatically as per categories, i want to be able to move files and folders with a progress bar. i am not sure how to approach the moving part of the program. i tried with QFile::copy and them remove recursively, which works but takes too long and gives me transfer error sometimes. is there any other approach, faster and reliable one.

Thanks
Arpit