QFile permission not reporting correctly
-
Oh my, this should have been fixed, not closed :o
-
-
Thanks! Voted.
-
There is also already a patch for it... sometimes it's interesting to see how long bugs linger around and then a small change (here: chooinsg the correct maintainer) suddenly fixes it :)
-
I guess you can just use the static function!?
-
I guess you can just use the static function!?
-
@HoMa
I suggested earlier that the OP could try that, but there is no guarantee it will behave any differently. The cache may be by filepath, not byQFile/QFileInfoinstance, we don't know. -
@HoMa Not a problem :) I'm just saying it may or may not make any difference! But worth a try.
-
@JonB I'll use the workaround thanks. I couldn't imagine I found such a bug..so I assumed it must be my code.