dokan-dev / dokan-dotnet

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

In the Windows 10 operating system, deleting a file does not call the DeleteFile request. #297

Closed 382215852 closed 2 years ago

382215852 commented 2 years ago

In the Windows 10 operating system, deleting a file does not call the DeleteFile request. Is there any solution?To request DeleteFile .

Liryna commented 2 years ago

Please see the documentation and especially around DeleteOnClose https://github.com/dokan-dev/dokan-dotnet/blob/master/sample/DokanNetMirror/Mirror.cs#L253