Hello,

I'm attempting to create a virtual file system to be used for a data storage protocol for the proposes of making a compressed sot of Data Volt, from what I can understand the only real way of going by this is by packing multiple files into one single file.

i hade a very long hard look on Google but I couldn't I find and reference to how one would even start to great to make something like this, I figured that it may work by writing separators between the files and then write the file structure at the end of the file but I had a long hard think about it and worked out it wouldn't work because if some super brilliant person made a text file with the separator in it basically the whole virtual file system would break.


I was wondering if any of you brilliant fantastically talented people had any ideas how i could achieve this.

Note: I haven’t included any source code because this is only at the stages of being a theory.