I don't think your syntax is correct for the RevCopyFile.
What is 'this stack' supposed to be?

Also two files of the same name cannot be in the same folder.

Jim Ault
Las Vegas


On 2/19/07 10:49 PM, "Bill Vlahos" <[EMAIL PROTECTED]> wrote:

> I want to be able to have the user easily make a copy of the stack they
> are working on as a way to backup the stack. This would be something
> like "Save a Copy".
> 
> However, I don't want to change the active path of the stack. I still
> want the stack they are working on to stay put and be the working
> stack.
> 
> The following button script doesn't work and gives this error
> Chunk: source is not a container
> 
> on mouseUp
>    answer folder "Select destination folder for backup: "
>    if it is not "Cancel" then
>      revCopyFile this stack, it
>    end if
> end mouseUp
> 
> How can I make this work?
> 
> Bill Vlahos
> _______________________________________________
> 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


_______________________________________________
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