ExtractStreamFile

<< Fare clic per visualizzazione il sommario >>

Percorso:  API di piattaforma > Altri servizi > File >

ExtractStreamFile

Service

File

 

Method

ExtractStreamFile

 

Description

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

The method is disabled on Jamio Public Cloud.

 

Input

Name

Description

Type

Optional

zipStream

Zip file reference. (Required).

Reference

 

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