Hacker News new | ask | show | jobs
by mehrdadn 2039 days ago
You can just use FILE_SHARE_WRITE if you don't want to lock out other programs...
1 comments

If I know one thing about files it's that any fix beginning with "You can just..." is probably wrong.

https://danluu.com/file-consistency/

I didn't recommend you do this, I just said it's there if you really want to.