I'm looking for an open source project that implements a virtual regsitry and/or virtual file system that I can use in my application. I want to able to make pseudo changes to the registry (read/write) while having no influence on the real registry.
Looking for virtual registry/virtual file system projects
509 Views Asked by Tom At
2
PhysicsFS is a C virtual filesystem. Unluckily it doesn't provide a C++ interface, still it's the best one I found when I was looking for one.
It allow you to mount some directories in a virtual filesystem in read mode, plus one in write mode.