PDA

View Full Version : mkdir permissions



Alundra
17th March 2017, 16:03
Hi,
Creating a folder with mkdir, I don't have the permissions on it to write inside.
Does Qt 5.8 has a cross platform solution to change the permissions on the folder ?
Thanks

anda_skoa
18th March 2017, 10:24
QFileDevice::setPermissions() mabye?

Cheers,
_