|
if (wantsWrite && !(node is IPboFsRealObject)) |
|
return DokanResult.AccessDenied; |
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.