[Qt-interest] QDirIterator and *.lnk-files
Iurii Gordiienko
hordi at ukr.net
Wed Apr 29 15:20:46 CEST 2009
Hi I use QDirIterator for processing files in directory. But it skipped files with *.lnk extension (under Windows). These files are not the link-files - they are only has *.lnk extension... How can I inform about *.lnk files in directory? //-------------------------- QDirIterator it(dir, QDir::Files|QDir::NoDotAndDotDot, QDirIterator::Subdirectories|QDirIterator::FollowSymlinks);
while(it.hasNext()) {
process( it.next() );
}
//-------------------------- Qt-4.5.1 Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20090429/849fc4aa/attachment.html
More information about the Qt-interest-old
mailing list