ExtractFile

<< Fare clic per visualizzazione il sommario >>

Percorso:  API di piattaforma > Altri servizi > File >

ExtractFile

Service

File

 

Method

ExtractFile

 

Description

Extracts a file in the specified zip archive to a directory on the file system.

The method is disabled on Jamio Public Cloud.

 

Input

Name

Description

Type

Optional

zipFilePath

Complete path to the zip file. (Required).

String

 

fileName

Name of the file to be extracted from the zip (or a path relative to the root of the archive). (Required).

String

 

destinationDirectory

Path to the directory in which to place the extracted file. (Required).

String

 

overwrite

True to overwrite an existing file that has the same name as the destination file. (Defaults to false).

Bool