Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
landrix authored Jan 23, 2024
1 parent b8acdc9 commit df2f36d
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,23 +18,3 @@ https://github.com/dokan-dev/dokany
2.0.6.1000

https://github.com/dokan-dev/dokany/releases/tag/v2.0.6.1000

## Update Dokan 1.1.0 application to Dokany 2.x.x

https://github.com/dokan-dev/dokany/wiki/Update-Dokan-1.1.0-application-to-Dokany-2.0.0

## How to write a file system
To make a file system, an application needs to implement IDokanOperations interface.
Once implemented, you can invoke Mount function on your driver instance
to mount a drive. The function blocks until the file system is unmounted.
Semantics and parameters are just like Dokan library. Details are described
at 'README.md' file in Dokan library. See sample codes under 'sample'
directory. Administrator privileges are required to run file system
applications.

## Unmounting
Just run the bellow command or your file system application call Dokan.Unmount
to unmount a drive.

> dokanctl.exe /u DriveLetter

0 comments on commit df2f36d

Please sign in to comment.