Hello,
is there a way to check if the file is used by another process like soffice?
Under Windows it works perfect but under mac/linux is doesnt work. I think mac/linux doesn't make the file only readable.
My Testcase:
Qt Code:
for(int i=0; i < 100; i++) { { qDebug() << "JA"; } else { qDebug() << "NEIN"; }To copy to clipboard, switch view to plain text mode
Bookmarks