pydokan


dokan (user-mode file system library for Windows) for python

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(с) Evgeniy Frolov

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

TODO: * In the near future I plan to translate docstrings into English. * Ported pyDokan to python 2.6 and 2.7

https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=4NBE8RGLLXFUG&lc=RU&item_name=pyDokan&item_number=pydokan&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted'>https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif' border='0' title='Donate' />

Project Information

Labels:
dokan python pydokan pyfuse windows fuse pywinfuse winfuse