Open dedmen opened 5 years ago
Then we can also strip the "Readonly" prop from pbo files. But we have to keep it on virtual pbo files like debin config.
We might not immediately want to convert once someone opens a file as writeable. We only really need to do it once the actual write is done.
https://github.com/arma3/DokanPbo/blob/dd79448b16dbe42798cbc540e719f340bcd9e064/DokanPbo.Core/PboFS.cs#L262-L263
Let's say we edit a script file and press save, currently it's access denied, even though dokanPbo could make the directory writeable, and create a writeable copy of the file and then use that.