Zipping an application package by script
Stephen Barncard
stephenREVOLUTION2 at barncard.com
Wed Sep 10 13:30:22 EDT 2008
Thanks Mark, but my current need is to <compress> a folder and its
contents by script control.
However this little snippet is going into my code scrapbook for sure!
sqb
>
>Hi Stephen,
>
>These are the functions we use here to deal with unzipping in both
>Win and Mac. You can use shell to do zipping as well.
>
>
>on CSUnzip pPathtoFile
> if the platform is "MacOS" then
> CSMacUnzip pPathtoFile
> else
> CSWinUnzip pPathtoFile
> end if
>end CSUnzip
--
stephen barncard
s a n f r a n c i s c o
- - - - - - - - - - - -
More information about the use-livecode
mailing list