PDA

View Full Version : how to compare two folders in qt



iswaryasenthilkumar
4th March 2015, 06:23
Am having two folder .both folder are in different directory.i need to compare content of files insides in both folder.
can any one give me suggestion for this :confused:
Thanks in advance:o

wysota
4th March 2015, 07:29
QDir::entryInfoList()

iswaryasenthilkumar
4th March 2015, 10:20
i have one more doubt Howy to copy folder in qt..?
QDir::entryInfoList()

yeye_olive
4th March 2015, 10:56
i have one more doubt Howy to copy folder in qt..?
AFAIK there is no such facility in Qt, but you can implement it on top of QFile::copy().