dokan-dev / dokany

User mode file system library for windows with FUSE Wrapper
http://dokan-dev.github.io
5.15k stars 657 forks source link

Library - Fail mount with DOKAN_OPTION_CURRENT_SESSION and mount point path #1227

Open Liryna opened 1 month ago

Liryna commented 1 month ago

DOKAN_OPTION_CURRENT_SESSION can only be used to mount with a drive letter. We should fail the mount if the user is trying to mount to a folder with this option.

See https://github.com/dokan-dev/dokany/discussions/1226