Skip to content

Allow on the fly conversion to writeable file #15

@dedmen

Description

@dedmen

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions