Virtuelles Dateisystem
-
Hi,
hat jemand ein Tutorial oder guten Link wo ein Virtuelles Dateisystem gecodet wird OHNE diesen Zip-Hack bei dem Zip-Dateien missbraucht werden.
Halt ein richtiges VFS ohne Hacks alá Zip oder Rar.
Hat da jemand rat?
-
Auf Flipcode.com war mal so ein Artikel
-
-
Dieser Thread wurde von Moderator/in HumeSikkins aus dem Forum C++ in das Forum Rund um die Programmierung verschoben.
Im Zweifelsfall bitte auch folgende Hinweise beachten:
C/C++ Forum :: FAQ - Sonstiges :: Wohin mit meiner Frage?Dieses Posting wurde automatisch erzeugt.
-
http://www.codeproject.com/useritems/nfsLibrary.asp
A portable library for emulating a file system within a file.
The library is compatible with MSVS/Win32, gcc/Linux and gcc/Solaris. It is written in C. However, because of its clean OOP-like structure, it is easily portable to C++.
Strictly speaking, for performance reasons, the external representation of the file system consists of two files, as described below; however, these two files always go together -- the library manipulates both at the same time. So, conceptually, the term "within a file" still applies to some extent.