Re: Duplicate and rename folder path
Re: Duplicate and rename folder path
- Subject: Re: Duplicate and rename folder path
- From: Michelle Steiner <email@hidden>
- Date: Mon, 26 Feb 2001 15:37:12 -0800
On 2/26/01 3:16 PM, Phil Burk <email@hidden> wrote:
>
My question is this: Can I force AS to duplicate the folder in question and
>
then remove the source folder (without its contents)? Very convoluted
>
question. Maybe I could tell AS to duplicate just the contents of the
>
folder?
Let's see if I understand this. You want the contents of folder A, but
not Folder A itself, duplicated to Folder B, and duplicated to Folder C?
This will do it for you.
set folderA to choose folder with prompt "Choose the source folder."
set folderB to choose folder with prompt "Choose the first destination
folder."
set folderC to choose folder with prompt "Choose the second destination
folder."
tell application "Finder"
duplicate entire contents of folderA to folderB
duplicate entire contents of folderA to folderC
end tell
--Michelle
----------------------------------------------------------------------
| Michelle Steiner | We're not human beings having a spiritual |
| | experience. We're spiritual beings |
| email@hidden | having a human experience. |
----------------------------------------------------------------------