File tree Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Original file line number Diff line number Diff line change @@ -18,23 +18,3 @@ https://github.com/dokan-dev/dokany
18182.0.6.1000
1919
2020https://github.com/dokan-dev/dokany/releases/tag/v2.0.6.1000
21-
22- ## Update Dokan 1.1.0 application to Dokany 2.x.x
23-
24- https://github.com/dokan-dev/dokany/wiki/Update-Dokan-1.1.0-application-to-Dokany-2.0.0
25-
26- ## How to write a file system
27- To make a file system, an application needs to implement IDokanOperations interface.
28- Once implemented, you can invoke Mount function on your driver instance
29- to mount a drive. The function blocks until the file system is unmounted.
30- Semantics and parameters are just like Dokan library. Details are described
31- at 'README.md' file in Dokan library. See sample codes under 'sample'
32- directory. Administrator privileges are required to run file system
33- applications.
34-
35- ## Unmounting
36- Just run the bellow command or your file system application call Dokan.Unmount
37- to unmount a drive.
38-
39- > dokanctl.exe /u DriveLetter
40-
You can’t perform that action at this time.
0 commit comments