Re: help on something simple?
Re: help on something simple?
- Subject: Re: help on something simple?
- From: Michelle Steiner <email@hidden>
- Date: Fri, 13 Apr 2001 17:32:29 -0700
On 4/13/01 4:07 PM, Andrew Durk <email@hidden> wrote:
>
I'm trying to duplicate a file that's _within_ a folder when the variable
>
FileName holds it's... file name.
>
>
This doesn't work...
>
duplicate file FileName of folder "copy"
You have to provide the full path to the folder.
tell application "Finder"
duplicate file filename of folder "Macintosh HD:copy:"
end tell
--Michelle
----------------------------------------------------------------------
| Michelle Steiner | We're not human beings having a spiritual |
| | experience. We're spiritual beings |
| email@hidden | having a human experience. |
----------------------------------------------------------------------