How to get drive identified as a volume (ie having a GUID)? #386
|
Hi there, I have successfully created an When calling |
Replies: 2 comments
|
Support for volumes and Mount Manager is only partially implemented. You can activate Mount Manager integration support by adding |
|
It works perfectly, thank you (and sorry I didn’t see it by myself) |
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.