![]() |
![]() ![]() ![]() |
acFileStorage component, as subproperty of AutoExtract structure.
|
property RemoveOnTerminate: Boolean;
|
If RemoveOnTerminate property is True then all automatically extracted files will be deleted on program termination. If the target Subdirectory is specified, the acFileStorage will also try to delete the subdirectory, if it is empty.
|
![]() |
procedure TForm1.acOnlyOne1AlreadyExist(Sender: TObject);
|
begin
|
acFileStorage1.AutoExtract.RemoveOnTerminate := False;
|
// messagebox
|
end;
|
![]() |
Enabled and Overwrite properties; SubDirectory property of ExtractTo structure.
|