PDA

View Full Version : moving files in qt to another folder present in the same directory



riarioriu3
20th May 2012, 09:23
i have one xml file a.xml in my c drive in a folder called "oldfolder" , now i want to move it to a new location "newfolder" which is in the same c drive . how can i move the a.xml from oldfolder to newfolder ..

Talei
20th May 2012, 15:53
Check out QFile::rename