ExtractFileToStream

<< Fare clic per visualizzazione il sommario >>

Percorso:  API di piattaforma > Altri servizi > File >

ExtractFileToStream

Service

File

 

Method

ExtractFileToStream

 

Description

Extracts a file in the specified zip archive and returns its reference.

 

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

 

Output

Name

Description

Type

Optional

returnValue

The stream of the extracted file.

Reference