Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 527 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 527 Bytes

About

Dokan

When you want to create a new file system on Windows, for example to improve FAT or NTFS, you need to develop a file system driver. Developing a device driver that works in kernel mode on windows is extremely 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 means ‘clay pipe’ in Japanese. The Dokan library works as a proxy and looks like a ‘pipe’.