Skip to content

phantomii/pydokan

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages