-
found this error:
Unhandled Exception: System.AggregateException: One or more errors occurred. ---> System.DllNotFoundException: Unable to load DLL 'dokan1.dll': The specified module could not be f…
-
Since version 1.3.0.1000 Dokany has added the function `DokanReleaseMountPointList`to dokan1.dll. This library adapted to this change by also adding it to the `Native Methods` class (see 0716547909780…
infeo updated
4 years ago
-
Dokany release the next major version 2.x.
The version includes performance improvements, but is not compatible with the 1.x version.
A migration path is provided in https://github.com/dokan-dev…
infeo updated
2 years ago
-
This code
https://github.com/dokan-dev/dokan-dotnet/blob/master/DokanNet/DokanOperationProxy.cs#L507
Causes the inode for two completly different files to be the same if they just have the same file…
-
### Brief description of your issue
Using command `winget upgrade --all` does not update some software and does not say why.
I can see in the log the real reason :
> Installer [X64,wix,Mach…
-
The variable named fileName in all the methods exposed in IDokanOperations should have been path, fileName is as confusing as it could be.
-
### Brief description of your issue
Hi
i was trying to update [MPC-HC](https://github.com/clsid2/mpc-hc) and i discovered that somehow i had 2 versions installed, 1.x and 2.0 (which is the last stab…
-
Change Library / Mirror logger to [spdlog](https://github.com/gabime/spdlog)
Am currently doing a memory filesystem for dokan as samples in c++ and use spdlog as logging library.
I feel like it woul…
-
in CreateFile method
info.IsDirectory not working (not sure if its 100% fail)
I see the C mirror code has a check there, so I added check code on mine too
var filePath = GetPath(fileN…
-
Just spent a couple of hours trying to figure out an issue with my FS.
Turned out that Dokan expects the implementation of `ReadFile` to always fill the entire buffer when `offset + buffer.Length` …