You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since version 1.3.0.1000 Dokany has added the function DokanReleaseMountPointListto dokan1.dll. This library adapted to this change by also adding it to the Native Methods class (see 0716547).
This change breaks compability with older Dokany versions, since the method won't be present and will throw an UnsatisfiedLinkError.
We need to think if we need to stay compatible with older older versions and how we should implement/document this.