Hi Brad,

put url( "binfile:" & the effective filename of this stack) into tData
  if the platform = "MacOS" then
    put the fileType into tFileType
    set the fileType to "????ZIP "
  end if
  put compress(tData) into url("binfile:" & myFilePath & ".rev.gz")
  if the platform = "MacOS" then set the fileType to tFileType

Hope this helps :-)

Le 19 juil. 05 à 17:45, Brad Borch a écrit :

I want to save out a compressed copy of the stack. How do I reference the stack as a file? I tried

"put compress(URL "file:" & the effective filename of this stack) into url myFilePath"

but that just saves the string.

Best Regards from Paris,

Eric Chatonet.
----------------------------------------------------------------
So Smart Software

For institutions, companies and associations
Built-to-order applications: management, multimedia, internet, etc.
Windows, Mac OS and Linux... With the French touch

Free plugins and tutorials on my website
----------------------------------------------------------------
Web site        http://www.sosmartsoftware.com/
Email        [EMAIL PROTECTED]/
Phone        33 (0)1 43 31 77 62
Mobile        33 (0)6 20 74 50 86
----------------------------------------------------------------

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

Reply via email to