ZipFileReader.Extract

Syntax:

Extract(<Item>, <Path>, <RestoreDirectories>, <Password>)

Parameters:

<Item> (required)

Type: ZipFileEntry.
The element that is to be extracted.

<Path> (required)

Type: String.
The path to which the element is to be extracted.

<RestoreDirectories> (optional)

Type: ZIPRestoreFilePathsMode.
Indicates whether or not it is necessary to restore the folder structure.
Default value: Restore.

<Password> (optional)

Type: String.
A password is shown for decrypting the archive element, if it was protected using a password other than the general password for the file.
If no password is shown, use the password assigned in the Designer or when the Open is run, if one was indicated there.

Description:

Extracts the transferred element to the specified folder.

Availability:

Thin client, server, thick client, external connection.

    

1C:Enterprise Developer's Community