Good day!
There was a need to work (in particular, packaging) with archives in the ARJ format (the contractor’s requirement is the state structure, yeah), so if unpacking the archive is relatively simple (there are 7z and, for example , wrappers for it), then with packing everything is more complicated.
Therefore, the question is - are there any packages (libraries, classes, etc.) where would the work (packing and unpacking) with ARJ directly in .NET be supported?
Maybe there are some other ways to create an ARJ archive, besides calling the console ARJ.EXE?
UPD. SevenZipSharp does not offer: with all due respect to this library, this is a wrapper over the 7z.dll library family, and 7z cannot be packed into ARJ, although there is no problem with unpacking.
arj32.exeor whatever it is today. - Monk