Hi,

I'd like to remove a large number of files (10T-1M) in a subdirectory structure efficiently. Currently I have already a recursive implementation using QFile QDir. unfortunately, this is not very efficient on Windows NTFS, maybe on other platforms too.

Of course I'd like to be platform independent as much as possible.
Any way to speed up this?

Best regards,
Richard