PDA

View Full Version : Moving a QFile



stevey
24th August 2006, 11:34
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

stevey
24th August 2006, 11:56
Sheeesh.

.Rename()

sorry