From df2f36d641895b8d9d8dea567c123e78b00cc707 Mon Sep 17 00:00:00 2001 From: Sven Harazim Date: Tue, 23 Jan 2024 09:31:32 +0100 Subject: [PATCH] Update README.md --- README.md | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/README.md b/README.md index aae699d..0a0a977 100644 --- a/README.md +++ b/README.md @@ -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 -