# Functions
ARJExtract extracts the targets from the src ARJ archive to the dest directory using the Linux arj program.
ArjItem returns true if the string is a row from an ARJ list.
ARJReader returns the content of the src ARJ archive.
Extract the targets from the src file archive to the dest directory using an Linux archive program.
LHAExtract extracts the targets from the src LHA/LZH archive to the dest directory using a Linux lha program.
LHAReader returns the content of the src LHA/LZH archive.
MagicExt uses the Linux file program to determine the src archive file type.
MagicLHA returns true if the LHA file type is matched in the magic string.
RarReader returns the content of the src RAR archive.
Readr attempts to use programs on the host operating system to determine the src archive content and a usable filename based on its format.
Rename the filename by replacing the file extension with the ext string.
ZipExtract extracts the target filenames from the src ZIP archive to the dest directory using the Linux unzip program.
ZipReader returns the content of the src ZIP archive.
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author