Constant dokany_sys::DOKAN_OPTION_MOUNT_MANAGER
source · pub const DOKAN_OPTION_MOUNT_MANAGER: DokanOptionFlag = _; // 64u32
Expand description
Use Windows Mount Manager.
This option is highly recommended to use for better system integration.
If a drive letter is used but is busy, Mount manager will assign one for us and
DOKAN_OPERATIONS.Mounted
parameters will contain the new mount point.