Re: make command
Re: make command
- Subject: Re: make command
- From: Michelle Steiner <email@hidden>
- Date: Tue, 5 Feb 2002 08:24:24 -0700
On 2/5/02 1:39 AM, Jim Brandt <email@hidden> wrote:
>
Can some tell me what's wrong with this:
dest_1 is a string; you can't make a new folder or file in a string, only
in a folder. Try this:
tell application "Finder"
activate
set dest_1 to "Dora:" as alias
set fld_name to "200203"
make folder at dest_1 with properties {name:fld_name}
end tell
--Michelle
----------------------------------------------------------------------
| Michelle Steiner | We're not human beings having a spiritual |
| | experience. We're spiritual beings |
| email@hidden | having a human experience. |
----------------------------------------------------------------------