[Interest] Changing permissions in a dir

Thiago Macieira thiago.macieira at intel.com
Mon Mar 31 18:51:46 CEST 2014


Em seg 31 mar 2014, às 13:03:28, Sensei escreveu:
> I am trying to figure out how to change permissions "recursively" of 
> every item in a directory.

Don't use QDir. Use QDirIterator.

Not only is it more efficient, it also has an option to recurse.

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center




More information about the Interest mailing list