zip command?

Björnke von Gierke bvg at mac.com
Fri Jun 28 16:04:01 EDT 2002


>
> on mouseUp
>   put compress(URL "file:C:/test.bmp") into URL "binfile:C:/test.gz"
> end mouseUp
>

You have to:

   put compress(URL "BINfile:C:/test.bmp") into URL "binfile:C:/test.gz"

no sense in putting a text file into a binfile....

greets Björnke




More information about the use-livecode mailing list