Hi,
While writing on a file from some QThread and another thread try to write on the same file, The code will crash.
I need to lock the file until my thread finish writing on it. Then unlock it.
I mean by "lock" : prevent other threads from writing on this file until this thread finish writing on it.
May you help me.
Regards,
Bookmarks