AppCtrlScript

MAY Computer

Help

ZIPFILES

Applies to  

AppCtrlScript (Module: wmACScr1.dll)

Group  

File

See also  

UNZIPFILES

Creates a ZIP file (winzip compatible) containing the files in <FileList>.

Syntax

ZIPFILE[S] <ZIP>, <FileList>[, <BaseDir>][, <DelOriFiles>][, <StorePath>][, <FileSepChr>]

Part

Description

<ZIP> Destination ZIP filename
<FileList> One or more full filenames separated with <FileSepChr>
<BaseDir>

root folder if <StorePathInfo> is 1 (default is 0).

<DelOriFiles>

0|1; default is 0 - if 1 the original files are deleted after they have been added to the ZIP file.

<StorePath>

0|1; default is 0 - if 1 the path information of the source files are saved within the ZIP file so that the path structure is kept for extraction.

<FileSepChr>

File separation string for <FileList>; default is ";".