LLEW3
Programmer
- Apr 23, 2009
- 1
Hi, appreciate any suggestions for this:
after better solution than Im thinking of,to execute unpacking a zip file containing sub Folders each with single XML files, then move contents to a new folder on the client.
The context:
A compressed file containing XML files gets created by other process. The zip folder is then located on a shared network location. Users have a script on the client which remotely logs in to the shared network gets other files as they currently exist, but not dealt with a zip folder before.
I need to:
From the remote client select the compressed file from the shared location (have this coded already but not for the zipped file, but will just change the file name in the Get statement, if correct?). However Im after the code to unpack the zip file on the client machine, create a copy of an existing folder <orders> (holding previous data) so copy this folder as <ordersbkup>, get all the unpacked folder/XML files from the zip file and place into a new folder <orders> replacing the one just backed up.
Any thoughts appreciated....
after better solution than Im thinking of,to execute unpacking a zip file containing sub Folders each with single XML files, then move contents to a new folder on the client.
The context:
A compressed file containing XML files gets created by other process. The zip folder is then located on a shared network location. Users have a script on the client which remotely logs in to the shared network gets other files as they currently exist, but not dealt with a zip folder before.
I need to:
From the remote client select the compressed file from the shared location (have this coded already but not for the zipped file, but will just change the file name in the Get statement, if correct?). However Im after the code to unpack the zip file on the client machine, create a copy of an existing folder <orders> (holding previous data) so copy this folder as <ordersbkup>, get all the unpacked folder/XML files from the zip file and place into a new folder <orders> replacing the one just backed up.
Any thoughts appreciated....