dokan-dev / dokan-dotnet

Dokan DotNet Wrapper
http://dokan-dev.github.io
MIT License
462 stars 116 forks source link

Fixed Mirror.cs FileStream bug #331

Closed FrankRodelli closed 1 year ago

FrankRodelli commented 1 year ago

Fixes a bug where certain pieces of software (Libre office/Free office) try to open a filestream with FileMode.CreateNew and FileShare.Read which throws an IO exception.

Liryna commented 1 year ago

Thank you @FrankRodelli for reporting the issue and sharing the fix! Very appreciated