Say I've archived the locale and skin folder (with files in it) to cEdit.jar and I want to read files from it. How to doing this thing? Thanks in advance.
Printable View
Say I've archived the locale and skin folder (with files in it) to cEdit.jar and I want to read files from it. How to doing this thing? Thanks in advance.
I am not quite sure about this one, but if I recall correctly a jar File is no different to a zip File.
So you should be able to read it with:
for example the SharpZibLib
http://www.icsharpcode.net/OpenSourc...b/Default.aspx
Stephan
Yeah, I'm sorry to confuse the term I used. I'll try that one and post later if I got questions. Thanks a bunch.