UnZipEx

Extracts the subfiles in the currently opened container file to disk without requiring the user to respond to dialog boxes.

Syntax

bRet = KeyView.UnZipEx(TargetDirectory, Password, bFailIfExists, bPreserveDirectory)

Parameters

Parameter Type Description
TargetDirectory String The directory to which to extract the subfiles.
PassWord String The password to use to open a password-protected container file.
bFailIfExists Boolean

If TRUE and a subfile is extracted and a file of the same name already exists in the target directory, the existing file is not overwritten.

If FALSE, the existing subfile is overwritten.

bPreserveDirectory Boolean

If TRUE, the directory structure is preserved.

If FALSE, the directory structure is not preserved.

Returns

Type Description
Boolean

TRUE if the method succeeds.

FALSE if the method fails.