I want, in fact, to make it so that you do not need to unpack / unpack any files. I currently have a Dokan file system that can do this given a specific zip file, but I would like to know how I can apply it to all files. Meaning, I want to be able to compile a program that has "fopen (" test.zip/1.jpg "," rb ");". I think that the Shell Extension will work to dynamically load a file into the file system if I were looking in the Explorer shell, but that does not help me with the fopen example. Any ideas?
source share