PDA

View Full Version : iterate within a a directory



kamlmish
1st February 2011, 04:34
Hi
I have a directory that internally has a number of subdirectories

--Gallery
--Pictures (40)
--Videos (30)
--MyPictures(100)
--MyVideos (50)

How can I get the iterate through Gallery and get the total number of items 220 = 40+ 30+100+50

ChrisW67
1st February 2011, 04:50
QDir

Do you know where to find Qt Assistant?