<< Fare clic per visualizzazione il sommario >> Percorso: API di piattaforma > Altri servizi > File > DeleteFromZipStream |
Service
Method
DeleteFromZipStream
Description
Deletes a file from a zip stream.
Input |
|||
Name |
Description |
Type |
Optional |
zipStream |
The zip reference. (Required). |
Reference |
|
fileName |
Name of the file to be deleted from the zip (or a path relative to the root of the archive). (Required). |
String |
|
fileMustExist |
True if the file to delete must exist in the input zip archive, false otherwise. (Defaults to false). |
Bool |
|
Output |
|||
Name |
Description |
Type |
Optional |
returnValue |
The output zip file reference. |
Reference |
|