Re: a few questions
Re: a few questions
- Subject: Re: a few questions
- From: Michelle Steiner <email@hidden>
- Date: Fri, 2 Nov 2001 05:57:20 -0700
On 11/2/01 4:36 AM, Jim Brandt <email@hidden> wrote:
>
2) The copyList list is being built to move the files, once they're
>
sent, to a different folder. Is there an easy way to build a list of
>
files and move them from one folder to another, or do you have to go
>
through the list and rename them one at a time?
This works in OS 9.x; I haven't tested it under OS X, though.
tell application "Finder"
move files of folder "dora:foo:" to folder "dora:bar"
end tell
Change the path names as appropriate, of course.
--Michelle
----------------------------------------------------------------------
| Michelle Steiner | We're not human beings having a spiritual |
| | experience. We're spiritual beings |
| email@hidden | having a human experience. |
----------------------------------------------------------------------