Quote:
Originally Posted by Logrim
And another question... how can i call filenamelabel when the compression is external? i mean compressed with freearc.
|
if you use ISDone, check this function
Code:
function ProgressCallback(OveralPct,CurrentPct: integer;CurrentFile,TimeStr1,TimeStr2,TimeStr3:PAnsiChar): longword;
CurrentFile is container with current extract file name
e.g.
Code:
LabelCurrFileName.Caption:='Current File Name: '+MinimizePathName(CurrentFile, LabelCurrFileName.Font, LabelCurrFileName.Width-ScaleX(100));
this code was taken from original ISDone 0.6 example