Le 28/11/2018 à 15:23, Kornel Benko a écrit :
I fear, we have to wait until the c++17 is available.
What we do now, is calling
        ofstream ofs(encoded_fname.c_str(), ios::out|ios::trunc);
        write(ofs);
We are unable to set own permissions. With c++17 it will be available to set 
them.
See
        
https://stackoverflow.com/questions/33552166/setting-file-permissions-when-opening-a-file-with-ofstream

Does Qt have something to offer in this respect?

JMarc

Reply via email to