Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

My Parallel archiver version 4.63 is here

0 views
Skip to first unread message

Intelli2

unread,
Dec 13, 2017, 2:15:47 PM12/13/17
to
Hello,

My Parallel archiver version 4.63 is here, AnalyzeArchive() and
FixArchive() are working correctly now.

And here is the correct definitions of the AnalyzeArchive() methods:

function AnalyzeArchive(filename:UTF8String):TypeError;overload;
- Analyze the format of Archive file, the returned TypeError is
ctCorrupt if the format of the file is corrupt or ctUnknown if the
format of the file is unknown.

function AnalyzeArchive(Stream:TStream):TypeError;overload;
- Analyze the format of the Archive Stream, the returned TypeError is
ctCorrupt if the format of the stream is corrupt or ctUnknown if the
format of the stream is unknown.

If AnalyzeArchive() returns ctCorrupt, you have to fix the archive with
FixArchive() that will fix the format of the archive, and you have to
test the integrity of the archive and delete the corrupted files if any.

I think Parallel archiver is much more stable and fast now.

And since i am satisfied with version 4.63 , because it is much more
stable and fast, i will write soon more documentation about it, and i
will design and implement a command line program with like a GUI(using
my Winmenus and my StringTree) that will permit you to view and to
delete and to extract the files or directories etc. of the archive of
Parallel archiver.

So be happy with my new Parallel archiver version 4.63 and with my other
projects and stay tuned !

You can download my Parallel archiver version 4.63 from:

https://sites.google.com/site/aminer68/parallel-archiver

Thank you,
Amine Moulay Ramdane.
0 new messages