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
- - -  - - - - - - - - -



_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to