Returns a list of member names
Returns a quoted string that contains the entire quoted member name. A zip file consists of filenames, also called “member names”.
Notes
For remote files, JMP copies the URL data to the local disk. When the zip archive is no longer accessible, the local data file is deleted.
Writes a quoted string or quoted blob to a zip archive member file. If the quoted member name isn’t in the current zip file, the returned actualname is the same as member name. This member name will be changed to prevent overwriting an existing member; the name actually used is returned. The quoted member data argument is the data to write into the zip file’s member of that name. replace creates the file with a temporary name, deletes the old file, and renames the temporary file to the existing name.