I’ve recalled using little ‘filesystems’ before that basically provided an interface to something else. For example, I believe there was a GMail filesystem that created an entry in My Computer and could be used like any other drive on your local computer. How can I go about implementing something like this in C++?
Thank you!
I’ve recalled using little ‘filesystems’ before that basically provided an interface to something else.
Share
Try Dokan. It’s like FUSE, except for Windows. I think there are certain limitations to namespace extensions, like they cannot be accessed from the command line, but I’m really not sure as of now.