Zip

MGI SZL Add File

Adds the file specified by source file path to the zip file. Destination path in zip should be the relative path in the zip file including the name of the file itself, but not including the name of the zip file. The updateMode input selects between Safe and Direct. Safe mode will create a temporary file so that errors in the add will not corrupt the entire file. Direct simply adds to the file, so it is more dangerous, but can be significantly faster, particularly for large files. This VI relies on the Sharp Zip Library which is a .NET assembly written in C# by Mike Krueger. It is licenced under the GPL with a special exception permitting independent modules to link to the library regardless of the license terms of the independent module. More information about the library and its license is available from: http://www.icsharpcode.net/opensource/sharpziplib/

MGI SZL Close Zip File

Closes the zip file. This VI relies on the Sharp Zip Library which is a .NET assembly written in C# by Mike Krueger. It is licenced under the GPL with a special exception permitting independent modules to link to the library regardless of the license terms of the independent module. More information about the library and its license is available from: http://www.icsharpcode.net/opensource/sharpziplib/

MGI SZL Extract File

Extracts the entry specified by entry path in zip from the zip file to the target path. Entry path in zip should be the relative path within the zip file. If the target path already exists you can have a dialog pop up to confirm overwriting by wiring TRUE to confirm overwrite?. This VI relies on the Sharp Zip Library which is a .NET assembly written in C# by Mike Krueger. It is licenced under the GPL with a special exception permitting independent modules to link to the library regardless of the license terms of the independent module. More information about the library and its license is available from: http://www.icsharpcode.net/opensource/sharpziplib/

MGI SZL List Zip Contents

Lists the file names of all the files in the zip file and if file info? is true, outputs a large cluster of info about each file. This VI relies on the Sharp Zip Library which is a .NET assembly written in C# by Mike Krueger. It is licenced under the GPL with a special exception permitting independent modules to link to the library regardless of the license terms of the independent module. More information about the library and its license is available from: http://www.icsharpcode.net/opensource/sharpziplib/

MGI SZL New Zip File

Creates a new empty zip file in the path specified by target path. The new file overwrties an existing file or produces an overwrite confirmation dialog based on the value of confirm overwrite?. This VI relies on the Sharp Zip Library which is a .NET assembly written in C# by Mike Krueger. It is licenced under the GPL with a special exception permitting independent modules to link to the library regardless of the license terms of the independent module. More information about the library and its license is available from: http://www.icsharpcode.net/opensource/sharpziplib/

MGI SZL Open Zip File

Opens an existing zip file. This VI relies on the Sharp Zip Library which is a .NET assembly written in C# by Mike Krueger. It is licenced under the GPL with a special exception permitting independent modules to link to the library regardless of the license terms of the independent module. More information about the library and its license is available from: http://www.icsharpcode.net/opensource/sharpziplib/

MGI SZL UnZip To Directory

Unzips the contents of zip file to the target directory. If Preview only? is true, this VI doesn't unzip the contents and just returns a preview of the list of files. This VI relies on the Sharp Zip Library which is a .NET assembly written in C# by Mike Krueger. It is licenced under the GPL with a special exception permitting independent modules to link to the library regardless of the license terms of the independent module. More information about the library and its license is available from: http://www.icsharpcode.net/opensource/sharpziplib/

MGI SZL Zip Directory

Compresses everything in root directory into a zip file. If include subdirectories? is TRUE, this VI recursively includes any subdirectories. Open Options can be set to create the zip file new, or open an existing one and append on to it. This VI relies on the Sharp Zip Library which is a .NET assembly written in C# by Mike Krueger. It is licenced under the GPL with a special exception permitting independent modules to link to the library regardless of the license terms of the independent module. More information about the library and its license is available from: http://www.icsharpcode.net/opensource/sharpziplib/

SZL Zip Directory

Compresses everything in root directory into a zip file. If include subdirectories? is TRUE, this VI recursively includes any subdirectories. Open Options can be set to create the zip file new, or open an existing one and append on to it. Freeware from Moore Good Ideas, www.mooregoodideas.com. Do not remove this line. This VI relies on the Sharp Zip Library which is a .NET assembly written in C# by Mike Krueger. It is licenced under the GPL with a special exception permitting independent modules to link to the library regardless of the license terms of the independent module. More information about the library and its license is available from: http://www.icsharpcode.net/opensource/sharpziplib/