Dokan Ada bindings 2.0
2022-01-16 Filed in:
Tech LibraryDokan is a Windows 32- and 64-bit user-space file system, similar to FUSE.
Dokan is implemented in in C/C++.
The driver routes the I/O requests to the file system device to the library callback.
Changes to the
Dokan Ada bindings :
A sample implementing a memory resident files system is provided.
© Dmitry A. Kazakov
Tags: Windows