Hi,

I'm trying to iterate on files in a directory using QDir::entryList using Qt4.1.2 in Windows. I can find files located on a hdd drive (like C:\ ), but I get nothing when listing files from a network-drive (like //host/name).

Am I doing something wrong? It worked fine earlier in Qt3! Is this a Qt4.1.2 bug?

Yvon