Your removeArtistDirectory function is not recursive
Inside the for loop, replace
with
Qt Code:
removeArtistDirectory(fileList.at(i));To copy to clipboard, switch view to plain text mode
By the way, is this code not giving you any error?
Your removeArtistDirectory function is not recursive
Inside the for loop, replace
with
Qt Code:
removeArtistDirectory(fileList.at(i));To copy to clipboard, switch view to plain text mode
By the way, is this code not giving you any error?
Mithin
www.mithin.in
raphaelf (27th October 2006)
Bookmarks