ProcessingFile

Description

Occurs during the file compression or extraction process. This event can be used to display the full path name of the file that is being compressed or decompressed.

If one of the files in the compressed archive failed to be extracted, the Error event instead of the ProcessingFile event will be triggered.

Event ID

Event ID

Objects

None

CompressorObject and ExtractorObject


Arguments

Argument

Description

FileFullPath

A readonly string whose value is the full path name of the file that is being compressed or decompressed.


Return Values

None

See also

Error

Finished

SizeCompleted

Start