-
|
Hi there, I have successfully created an When calling |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Support for volumes and Mount Manager is only partially implemented. You can activate Mount Manager integration support by adding |
Beta Was this translation helpful? Give feedback.
-
|
It works perfectly, thank you (and sorry I didn’t see it by myself) |
Beta Was this translation helpful? Give feedback.
Support for volumes and Mount Manager is only partially implemented. You can activate Mount Manager integration support by adding
DokanOptions.MountManagerflag toOptionsproperty when building your Dokan drive. This will make it possible to enumerate the drive withFindFirstVolume/FindNextVolume/SetVolumeMountPointetc andmountvolcommand and assign and remove drive letters etc. However, it still does not work with all WMI queries required to support PowerShell commands such asGet-Volume.