My favorites
▼
|
Sign in
dokan
user-mode file system library for Windows
Project Home
Issues
Source
Checkout
Browse
Changes
Source path:
svn
/
trunk
/
dokan_net
/
readme.txt
r185
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Dokan.NET Binding
Copyright(c) Hiroki Asakawa http://dokan-dev.net
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.
Licensing
=========
Dokan.NET Binding is distributed under a version of the "MIT License",
which is a BSD-like license. See the 'license.txt' file for details.
Environment
===========
.NET Framework 2.0 and Dokan library
How to write a file system
==========================
To make a file system, an application needs to implement DokanOperations
interface. Once implemented, you can invoke DokanNet.DokanMain function
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.txt' 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 DokanNet.Unmount
to unmount a drive.
> dokanctl.exe /u DriveLetter
Show details
Hide details
Change log
r21
by asakaw on Jan 31, 2009
Diff
add dokan_net
Go to:
/trunk/dokan_net
/trunk/dokan_net/DokanNet
...k/dokan_net/DokanNet/DokanNet.cs
...kan_net/DokanNet/DokanNet.csproj
.../dokan_net/DokanNet/DokanNet.sln
..._net/DokanNet/DokanOperations.cs
...nk/dokan_net/DokanNet/Properties
...anNet/Properties/AssemblyInfo.cs
/trunk/dokan_net/DokanNet/Proxy.cs
/trunk/dokan_net/license.txt
/trunk/dokan_net/readme.ja.txt
/trunk/dokan_net/readme.txt
/trunk/dokan_net/sample
.../dokan_net/sample/DokanNetMirror
...nNetMirror/DokanNetMirror.csproj
...irror/DokanNetMirror.csproj.user
...okanNetMirror/DokanNetMirror.idc
...okanNetMirror/DokanNetMirror.sln
...sample/DokanNetMirror/Program.cs
...sample/DokanNetMirror/Properties
...irror/Properties/AssemblyInfo.cs
/trunk/dokan_net/sample/RegistoryFS
...et/sample/RegistoryFS/Program.cs
...et/sample/RegistoryFS/Properties
...oryFS/Properties/AssemblyInfo.cs
...e/RegistoryFS/RegistoryFS.csproj
...mple/RegistoryFS/RegistoryFS.sln
Older revisions
All revisions of this file
File info
Size: 1264 bytes, 47 lines
View raw file
Powered by
Google Project Hosting