‎06-07-2011 09:10 AM
‎06-07-2011 09:24 AM - edited ‎06-07-2011 09:24 AM
The unzip VI (in the files palette) has a "preview only?" input. When setting this to true you don't unzip the files but you get a string with all the files in the zip archive. You just need to transform the (newline separated) string into paths.
Hope this helps,
Daniel
‎06-07-2011 02:40 PM
‎06-08-2011 10:01 AM - edited ‎06-08-2011 10:03 AM
I had the hope, that this is much easier, like in the windows explorer
((XP) where the zipped files are searched and handled like a normal
folder - any ideas?
You won't get around to program something! The ZIP viewability in the Explorer is an Explorer feature, not something of they underlaying Windows file API. And LabVIEW doesn't use Explorer to implement its file functions (thanks God), but accesses the according Windows file API functions.
Beside as Dan has suggested you could also use the OpenG LVZIP library instead, but the principle of extending the Recursive File List VI to support recursing into ZIP files will remain. The opinion if seamless integration of ZIP archives into the file hierarchy is something useful or not is certainly varied and after lots of bug hunting, in the case of Windows 7 still not seemless at all.
‎06-08-2011 04:59 PM - edited ‎06-08-2011 05:00 PM
If your drive is NTFS formatted you can use drive or folder compression. This is on the OS level, so you can access the files directly as if they were uncompressed.
‎06-14-2011 06:10 AM