dokan-dev / dokan-dotnet

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

Append to stream when offset is -1 in mirror #262

Closed phobeus closed 4 years ago

phobeus commented 4 years ago

According to https://docs.microsoft.com/en-us/windows/win32/api/fileapi/nf-fileapi-writefile one should append to the file if the offset is set to -1.