Hi, i am trying to merge Folders into File.extension and i was wondering how would i be able to do this. Basically i am trying to merge all files in a folder to one File.extension, for example:
i have folder called Client,
i have few files in Client folder: Notice.inc, Client.res
In Client folder i have one more folder called config and it has all configurations.
I want to merge these files into one File.any extension, for example: Client.any extension which is not readable by others.
How would i make this merger and how would i unpack the file and read the files inside it?
Thanks.