-
DokanMapStandardToGenericAccess has been merged with DokanMapKernelToUserCreateFileFlags.
We need to reflect this change on dokan-dotnet for 1.1.1.0
See https://github.com/dokan-dev/dokany/commi…
-
Today, the documentation is scattered in many places
| Place | Dokany | Dokan-dotnet |
| --- | --- | --- |
| Doxygen | [Dokany](https://dokan-dev.github.io/dokany-doc/html/index.html) | [dokan-dotnet…
magol updated
8 years ago
-
I have a Dell G5 SE with two GPUs:
AMD Radeon RX 5600M (Dedicated)
AMD Radeon(TM) Graphics (Integrated)
There is no way to disable the iGPU as the dGPU outputs to the iGPU first and then the iG…
-
Trying to access the new file system immediately after it is built fails with `ERROR_INVALID_FUNCTION` or `ERROR_INVALID_PARAMETER` (depending on type of access).
IMHO, `Build` by default should wa…
-
d
-
As in the title - it would be nice to modernize the interface to be asynchronous, and perhaps also switch to `Memory` or `Span` for buffers.
A few other performance improvements like iterative file…
-
As far as I can see there is currently no way to read the JavaDocs of dokan-java on the internet.
We should make it possible to read them on the Dokan Website or at least host them on GitHub-Pages an…
-
I'm using Chinese Windows and the default name for a new directory is "新建文件夹".
However, after creating the directory the characters turned out to be "鏂板缓鏂囦欢澶?" which is a complete mess. The file name…
-
Unit tests seem to be working as integration tests: mounting a disk and using that disk.
Because of that moq is being used to verify calls from the driver instead of creating mocks to be fed to the s…
-
The scope of this library isn't providing a logger, so using some third party abstractions is a sensible way to move away from maintain something we aren't focused on.
The actual implementation is al…