Read ARJ packed Text-Files

  • Thread starter Thread starter Joachim Fenchel
  • Start date Start date
J

Joachim Fenchel

Hello everybody,

I am learning C# and I have got a big problem with reading ARJ packed
Textfiles.
Does someone know how to read in thos ARJ - Files?

I need to extract Informations from this files.
They all text files, but compressed with ARJ.

Thansk a lot for help.

Best,

Jo
 
Hello everybody,

I am learning C# and I have got a big problem with reading ARJ packed
Textfiles.
Does someone know how to read in thos ARJ - Files?

Either call the command line utility ARJ or perhaps take a look at
UnARJ which comes with C source (which may or may not be easy to
translate to C#):
http://www.arjsoftware.com/files.htm
 
Back
Top