Skip to content

Commit df2f36d

Browse files
authored
Update README.md
1 parent b8acdc9 commit df2f36d

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

README.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -18,23 +18,3 @@ https://github.com/dokan-dev/dokany
1818
2.0.6.1000
1919

2020
https://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-

0 commit comments

Comments
 (0)