rv799cv has asked for the wisdom of the Perl Monks concerning the following question:
hi, if you change the extension of a .docx file to a .zip and extract the zip file you can modify the file without opening word.
if this .docx file is in SharePoint then doing this will remove the version history coz if you copy a SharePoint file you will lose its history unless you move it.
Is there an example of how to modify a zipped file without writing it into disk! modifying in memory in windows environment?
Thanks for your help
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Modify zip file in memory
by Corion (Patriarch) on May 17, 2014 at 13:58 UTC | |
|
Re: Modify zip file in memory
by zentara (Cardinal) on May 17, 2014 at 14:14 UTC | |
by rv799cv (Initiate) on May 17, 2014 at 15:50 UTC | |
by zentara (Cardinal) on May 17, 2014 at 16:25 UTC |