Hi, has someone measured the speed between readdir and QDirOperator? I would like to get rid of opendir/readdir/closedir because I don't trust the win32 implementation (especially with non-latin filenames). We would also get rid of all QFile::encodeName()/QFile::decodeName() calls. Comments? Christian