Hallo,
mach ich doch glatt... Ich hoffe, ich darf, da Freeware.
In TDFUnrar.ProcessFile steht:
Delphi-Quellcode:
If not is Directory then begin
if Operation=RAR_Extract then begin
end;
end
Und was macht er, wenn es kein Directory ist und die Operation auch etwas anderes macht? (Nur zum Auflisten - z. B.)
Also müsste das meiner Meinung nach sein:
Delphi-Quellcode:
If not is Directory then begin
if Operation=RAR_Extract then begin
end else
result:=RARProcessFile(hArcData, Operation, nil,nil);
end
Ob das so richtig ist? Ich weiß es nicht, aber es funktioniert bei mir!
Gruß
Matthias