From: Rolf K. <lab...@us...> - 2005-01-16 11:53:37
|
Update of /cvsroot/opengtoolkit/lvzip/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15817/source Modified Files: lvzip2_0.txt Log Message: Fixed some VI names and a few typos Index: lvzip2_0.txt =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/source/lvzip2_0.txt,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** lvzip2_0.txt 11 Jan 2005 09:51:10 -0000 1.1 --- lvzip2_0.txt 16 Jan 2005 11:53:26 -0000 1.2 *************** *** 13,17 **** ------------- ! 1) Password support (limited tested) ZLIB Extract All Files To Dir.vi --- 13,17 ---- ------------- ! 1) Password support (limited testing) ZLIB Extract All Files To Dir.vi *************** *** 20,28 **** A new string parameter was added to specify a password to use to extract ! files or to encrypt files. This function is not throughly tested at this time. ! 2) Adding of files into existing ZIP archive supoorted ZLIB Compress Directory.vi --- 20,28 ---- A new string parameter was added to specify a password to use to extract ! files or to encrypt files. This function is not thouroghly tested at this time. ! 2) Adding of files into existing ZIP archive supported ZLIB Compress Directory.vi *************** *** 34,38 **** The old append value meant that the ZIP file was tacked to the end of the existing file which might have been useful for a selfextracting ! executable. Following table shows the old and new settings --- 34,38 ---- The old append value meant that the ZIP file was tacked to the end of the existing file which might have been useful for a selfextracting ! executable only. Following table shows the old and new settings *************** *** 40,44 **** old value new value remarks ! False create new truncates existing file True append to end appends to end of existing file NA append to archive appends new files into the archive --- 40,44 ---- old value new value remarks ! False create new truncates existing file to 0 True append to end appends to end of existing file NA append to archive appends new files into the archive *************** *** 53,59 **** the entire transfer was successful. The transfer between the old and new archive happens in "raw mode" which means the data is transfered ! compressed and all into the new file, speeding up the whole operation ! but even more importantly eliminating the need to know the password for ! any of the files in the archive. --- 53,61 ---- the entire transfer was successful. The transfer between the old and new archive happens in "raw mode" which means the data is transfered ! compressed into the new file, speeding up the whole operation but even ! more importantly eliminating the need to know the password for any of ! the files in the archive for mere deleting of a file. ! Of course the files in the new archive will be password protected just ! as they have been in the old file. *************** *** 67,76 **** or terminal. Since the non-default value was rarely useful, this should not be a big problm for most users as it is unlikely this ! parameter was wired. ! 2) To simplify the interface of the file info the according structure ! was modified to be more in LabVIEW style. This caused the change to ! the connector pane of two VIs, namely: ZLIB Get Current File Info.vi --- 69,78 ---- or terminal. Since the non-default value was rarely useful, this should not be a big problm for most users as it is unlikely this ! parameter was ever wired. ! 2) To simplify the interface of the file info structure the according ! cluster was modified to be more in LabVIEW style. This caused the ! change to the connector pane of two VIs, namely: ZLIB Get Current File Info.vi *************** *** 79,103 **** and the according strict typedef custom control ! ZLIB FileInfo.ctl The old VIs and custom control with the old connector pane are stored ! under the same name but with the appendix "Old" just before the ".vi" ! file ending. 3) The connector pane to the "ZLIB Store File.vi" has also changed because there were to few connectors to support password and all ! extra information. ! A VI compatible to the old version has been named ZLIB Store File Old.vi - 4) I was successful in making the "File Info.vi" function from the - file package working again. In doing so the "Time Info.vi" function, - which really was a subset implementation of "File Info.vi" is now - obsolete and has been removed. Have fun --- 81,112 ---- and the according strict typedef custom control ! ZLIB File Info.ctl The old VIs and custom control with the old connector pane are stored ! under the same name but with the appendix "Old". This is a list of the ! compatibility functions: + ZLIB Get Current File Info Old.vi + ZLIB Enumerate File Contents Old.vi + ZLIB File Info Old.ctl 3) The connector pane to the "ZLIB Store File.vi" has also changed because there were to few connectors to support password and all ! new extra information. ! A VI compatible to the old version has been added and named: ZLIB Store File Old.vi + 4) If you have an older application where you directly used of one of the + VIs described in 2) or 3) from the old lvzip package you can either replace + those VIs by the compatibility VIs or rewire your application to work with + the new functions. + 5) I was successful in making the "File Info.vi" function from the file + package work again. In doing so the "ZLIB Time Info.vi" function, which + really was a subset implementation of "File Info.vi" is now obsolete and + has been removed both from the VI library as well as the shared library.\ Have fun |