03-22-2010 10:01 AM - edited 03-22-2010 10:01 AM
A coworker this morning asked me about the NI-Unzip VI.
It turns out that when the NI unzip VI unzips a file it changes the file dates to the date the file was unzipped.
He also noted that NI-Unzip seems to be calling the Windows touch.exe to do this.
The diagram for NI unzip is locked and password protected so his attemp to change this action blocked.
Does anyone know a way around this? Either to make the NI Unzip stop changing the file date or the passwork to teh unzip vi?
03-22-2010 10:35 AM
Hi,
I don't think NI will give you a password for it's protected functions...
So you can:
- use "System Exec" with a command line version of a ZIP tool of your choice to unzip files
- make your own "Unzip" VI with calls to a "unzip"-DLL of your choice
Choose the one that is easier to implement for you
03-22-2010 11:53 AM
03-22-2010 12:26 PM