Interface: msZip

<boolean>fileInPackage <string>fileName <&TSTR>extractDir

This method will unload and run a zip package and return the extract_dir. Returns true if the zip package was run, otherwise false. Note: extractDir is In parameter

<string>fileName: The file name of the ZIP script package.

<&TSTR>extractDir: The directory in which the files were extracted.

<boolean>unloadPackage <string>fileName <&TSTR>extractDir <&TSTR>dropFile

This method will unload the package while ignoring any drop or run commands and return the extract_dir and any primary drop file. If the primary dropFile is a *.ds, compile it in context of the package and return the MacroEntry in dropScript. Returns true if the package was unloaded, otherwise false. Note: extractDir and dropFile are both In parameter

<string>fileName: The file name of the ZIP script package.

<&TSTR>extractDir: The directory in which the files were extracted.

<&TSTR>dropFile: The primary drop file.

See also