Hi,
QFile has a .copy() and .remove() function.
Does anyone know how to "move" a file without the overhead of copying and deleting?
In some cases the files I'm moving are huge and a copy is a waste of time.
I've tried to find a move function elsewhere with no luck.
Qt 4.1.4 by the way.
Thanks,
Steve
Bookmarks