AXW vs ZIP
felixmoldovan
Posts: 197
Not to be mistaken, I read the documentation and it appears that AMX recommends using two different "packing" options for distribution to remote site (on the go) as opposed to backup (zip).
Turns out that the apw file is nothing more than a zip file (if one changes the extension zip instead of apw) will look very similar to what "backup workspace" generates, just that "on the go" forces me to change the workspace name.
I would appreciate if anybody could explain the major difference and the targeted use between the two of them (why one and not the other) as they seem pretty much the same to me. Thanks!
Turns out that the apw file is nothing more than a zip file (if one changes the extension zip instead of apw) will look very similar to what "backup workspace" generates, just that "on the go" forces me to change the workspace name.
I would appreciate if anybody could explain the major difference and the targeted use between the two of them (why one and not the other) as they seem pretty much the same to me. Thanks!
0
Comments
" Tools -> Backup Workspace File" and then change the extension to AXW, for one-click opening.
The Export To Go option does a few things that you may or may not know about:
- All the file location info that is referenced in an APW file is "relative path" to the location of the APW file. So, if you have files located on different drive from the APW file, the Export To Go will pull the file, stuff it in the AXW and fix up the resulting APW file. That is why we ask for an APW file name when creating an AXW file.
- Of course you have the option to "Keep Existing Folder Names" when creating the the AXW. If this option is selected, then there is no fix up on the resulting APW file.
- The developer has a plethora of options on how to create the AXW versus just creating a backup ZIP file from the "Tools-Backup Workspace Files...". This file backup option is useful when you might want to do some major surgery on code, yet not sure if the extremely cool programming paradigm you thought of in the shower will actually work.
Just a few thoughts I wanted to share...