Re: Problems with move
Re: Problems with move
- Subject: Re: Problems with move
- From: email@hidden
- Date: Sat, 28 Jul 2001 15:08:38 EDT
You might want to use this syntax
move items of folder "HD:Desktop folder" to folder caminho
Plus, from the Never Miss The Obvious department, "move" is a Finder command,
so be sure to enclose the above in a Finder tell block.
Jeff Baumann
email@hidden
www.linkedresources.com
In a message dated 7/27/01 7:03:06 PM, Andre Martins wrote:
>
I can't do this
>
move items of folder "HD:Desktop folder" to caminho
>
where caminho is a variable with the path of a folder
>
caminho = "HD:folder:"
>
what's wrong?
>
Thanks
>
>
Andre Martins