DokanNet 2.1.0

dotnet add package DokanNet --version 2.1.0
NuGet\Install-Package DokanNet -Version 2.1.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="DokanNet" Version="2.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DokanNet --version 2.1.0
#r "nuget: DokanNet, 2.1.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install DokanNet as a Cake Addin
#addin nuget:?package=DokanNet&version=2.1.0

// Install DokanNet as a Cake Tool
#tool nuget:?package=DokanNet&version=2.1.0

Dokan.NET Binding

Build status NuGet downloads Version

What is Dokan.NET Binding

By using Dokan library, you can create your own file systems very easily without writing device driver. Dokan.NET Binding is a library that allows you to make a file system on .NET environment.

Install

To install DokanNet, run the following command in the Package Manager Console

PM> Install-Package DokanNet

//Prerelease 
PM> Install-Package DokanNet -Pre 

Licensing

Dokan.NET Binding is distributed under a version of the "MIT License", which is a BSD-like license. See the 'license.mit.txt' file for details.

Environment

Microsoft .NET Framework 4.0 and Dokan library

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. Doxygen documentation is also available here.

Unmounting

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

dokanctl.exe /u DriveLetter

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net6.0-windows7.0 is compatible.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (5)

Showing the top 5 NuGet packages that depend on DokanNet:

Package Downloads
IoFluently.Dokan

Package Description

NC-DokanFsBase

This Library is a shortcut to create new user-mode file system using Dokan Library. The code is based on MirrorFS sample from Dokan-net repository

JF.VFS

A compatibility layer between Sharp(Core)FileSystem and Dokan.Net

BorgQueen.CloudFS.Dokan

DokanCloudFS library allows mounting various cloud storage services as virtual disks on Windows.

TagBites.IO.WinDrive

Package Description

GitHub repositories (6)

Showing the top 5 popular GitHub repositories that depend on DokanNet:

Repository Stars
viciousviper/DokanCloudFS
A virtual filesystem for various publicly accessible Cloud storage services on the Microsoft Windows platform.
dokan-dev/dokan-sshfs
Dokan SSHFS
Rambalac/ACDDokanNet
Dokan.NET based driver for Amazon Cloud Drive
securefolderfs-community/SecureFolderFS
Powerful, secure, modern way to keep your files protected.
richardschneider/net-ipfs-mount
Mount the InterPlanetary File System as a mapped drive on Windows
Version Downloads Last updated
2.1.0 483 12/23/2023
2.0.5.2 498 9/28/2023
2.0.5.1 16,562 7/4/2022
2.0.4.1 4,042 4/30/2022
2.0.1.1 4,974 2/20/2022
2.0.1 883 1/24/2022
1.5.0 5,483 5/30/2021
1.4.0 45,799 6/2/2020
1.3.0 17,846 10/9/2019
1.1.2.1 7,016 12/20/2018
1.1.2 2,115 8/11/2018
1.1.1.1 2,848 4/25/2018
1.1.1 20,151 12/1/2017
1.1.0.3 2,870 3/29/2017
1.1.0.1 5,238 11/4/2016
1.1.0 2,943 9/21/2016
1.1.0-rc4 1,898 7/29/2016
1.1.0-rc3 1,430 5/11/2016
1.1.0-rc2 1,415 3/12/2016
1.1.0-rc1 1,822 2/13/2016
1.0.8 2,539 12/10/2015
1.0.8-rc4 1,321 12/9/2015
1.0.8-rc3 1,388 12/1/2015
1.0.8-rc2 2,052 10/8/2015
1.0.7 1,824 6/20/2015
1.0.6 1,461 5/23/2015
1.0.5 2,150 5/22/2015
1.0.4 1,458 5/22/2015
1.0.3 1,477 5/21/2015