Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 709 Bytes

README.rst

File metadata and controls

15 lines (11 loc) · 709 Bytes

PyDokan

What is Dokan Library

When you want to create a new file system on Windows, for example to improve FAT or NTFS, you need to develope a file system driver. Developing a device driver that works in kernel mode on windows is extremley difficult.By using Dokan library, you can create your own file systems very easily without writing device driver. Dokan Library is similar to FUSE(Linux user mode file system) but works on Windows. Dokan library Copyright(c) Hiroki Asakawa http://dokan-dev.net

What is pyDokan

Dokan library for python. pyDokan Copyright(с) Eugene Frolov

System requirements: * Dokan library version 0.6 or later * python 2.6 or later