1
Answer

Unpack ARj-Files

jf 0

jf 0

20y
6.5k
1
Hello everybody, I need help. Does somebody know how to unpack with C# ARJ-Files? I need to unpack many of them and I have to search for text patterns in those files for informations. Liek Names, dates and so on. The Information I have found I have to store in an ArrayList or something like that. But the problem is to unpack the ARJ-Files. They are all stored in one Folder. Thanks a lot for help. Best. Jo
Answers (1)
0
sacresp

sacresp

NA 458 0 20y
I guess the best bet would be to use C# to execute arj program. See System.Diagnostics and Process class. Or you could take the source and compile it into managed asembly using C++.NET http://arj.sourceforge.net/
Next Recommended Forum