Fixed an issue with DokanUnmount() failing to unmount a drive#79
Fixed an issue with DokanUnmount() failing to unmount a drive#79Liryna merged 4 commits intodokan-dev:masterfrom
Conversation
This fix also applies to dokanctl.exe /u Enabled debug information for dokan.dll and dokannp.dll when compiling in Debug so that I could debug
|
Thanks for this PR ❤️ and taking the time in your issue :D ! To finish to normalizing mount paths, don't you think we should also change the mount function to force the And also fix the mirror 😄 https://github.com/Corillian/dokany/blob/InvestigateHang/dokan_mirror/mirror.c#L51 |
|
Hey sorry got sidetracked with working on other stuff. Yeah I can add normalization to mirror and mount. |
|
Ok I added the normalization to mounter.exe as that seems to be the only place where it matters. Drive letter names are normalized to the format "C:" upon insertion into |
|
Thank you @Corillian and for taking the time ! |
|
Perfectly working on my side after test ! Normalizing the mount point will help a lot the dev & users of dokan ! |
Fixed an issue with DokanUnmount() failing to unmount a drive
This fix also applies to dokanctl.exe /u
Enabled debug information for dokan.dll and dokannp.dll when compiling
in Debug so that I could debug
Issue #57