Originally Posted by Lykurg QDir::Executable 0x040 List files for which the application has execute access. The Executable value needs to be combined with Dirs or Files. Hi Lykurg, Can u plz tell me how to combined the Executable valus??
You have to use the bit operators like | & ^ ~. E.g. use QDir::Files | QDir::Executable.
Forum Rules
Bookmarks