you know how a zip or RAR file works. I want to be able to make a Custom folder that can be read by my application. Apparently T6 was meant to be helping me but hes gone now. Does anybody have a idea on how to do this :O?
Printable View
you know how a zip or RAR file works. I want to be able to make a Custom folder that can be read by my application. Apparently T6 was meant to be helping me but hes gone now. Does anybody have a idea on how to do this :O?
Do you want to make a custom archive file format? Just write your archive-plans to a file and read it when needed? Be sure to read/write with binary enabled.
You'll first want to create some sort of index of the files stored, but it's totally up to you how to do this. I don't see what the problem is.
can you show me, because i created a archive using the ZipFroge component but idk how to readfrom the arhive, like the Archive as a few pictures and music in it and i want my program to use it without extracting.
Oh, if you're going to use a library for this, you need to get it's SDK and use it...