I have a need to make my data part of the machine's file system.
In windows it seems I have 3 options:
- Eldos' "Callback File System" (http://www.eldos.com/cbfs/)
- Dokan (dokan-dev.net)
- Pismo File Mount (http://www.pismotechnic.com/pfm/)
Of these 3 option 1 (Eldos) is by far the best looking option.
But ideally I would like to get a solution that has support for Linux/Unix and Mac as well. In otherwords, some common interface for the call-backs, but different implementations for the different filesystems.
Does anyone know of such a solution?