MAXScript access has been added to the Maz() and UnMaz() functions in the ImaxNet Interface.
Methods:
maz <filename>archiveFile <filename or filename array>input
The first parameter is the filename of the archive to create. The second parameter is either a single filename, or an array of filenames, to be archived.
unmaz <filename>archiveFile <string>outputDir
The first parameter is the filename of the maz archive to extract from. The second parameter is a directory name where all the files in the archive will be extracted.
Maz()
function outputs a .zip file instead of the old .maz format. The function UnMaz()
works correctly with both .zip and .maz files.