Properties
About |
guess what :-) |
FileSource |
Tarfile that needs to be unpacked. This should be a complete pathname,
including the driveletter. |
NextFile |
Contains information about the next file to be read in a tar-file. This
property is read-only and contains:
|
OverwriteMode |
Contains information about what should be done when a file that is going
to be unpacked already exist. Note that on UNIX systems filename are
case-sensitive. There are the following options (TOverwriteMode):
- omRename
- omReplace
- omSkip
|
OverwriteThisTime |
Same as OverwriteMode, but only influences behavior immediately
after an OnExtractOverwrite event.
|
OverwriteFilename |
New filename for the file that already existed. Filename must be
including pathname and driveletter. |
Progress |
Percentage of data that is already processed. |
ProgressStep |
Value from 0..100. A value of 11 generates an event when 11%, 22%,
33%, ... 99%, 100% of the data is processed. 0 disables this event and
100 only triggers the event when all the data is processed. |
UnpackPath |
Path where to unpack the tar-file. This should be a complete path,
including the driveletter. If the path does not exist it will be
created. |