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
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/