Title: Re: Decompression question [2]
On 1/30/02 3:17 PM, "Geoff Canyon" <[EMAIL PROTECTED]> wrote:
> Have you tried to separate the issue into pieces by copying the file to the OS
> X machine using a different (outside of Revolution) method? That way you can
> tell if the FTP is the issue or the compression is the issue.
>
> regards,
>
> Geoff
>
> _______________________________________________
> use-revolution mailing list
> [EMAIL PROTECTED]
> http://lists.runrev.com/mailman/listinfo/use-revolution
Geoff,
This is the test script I've run only to get the same error: decompress: string is not compressed data
on comp
put "PowerBookHD/Revolution Projects/someProject.rev" into tLocalFile
put "PowerBookHD/Revolution Projects/SomeProject2.rev" into tCompressedFile
set the cursor to busy
put compress(tLocalFile) into URL tCompressedFile
end comp
Everything’s OK on compress...
on decomp
put "PowerBookHD/Revolution Projects/someProject.rev" into tLocalFile
put "PowerBookHD/Revolution Projects/SomeProject2.rev" into tCompressedFile
set the cursor to busy
put decompress(tCompressedFile) into URL tLocalFile
toplevel stack tLocalFile
end decomp
--
Tim
- Re: Decompression question [2] Tim
- Re: Decompression question [2] Kevin Miller
