make command
make command
- Subject: make command
- From: Jim Brandt <email@hidden>
- Date: Tue, 5 Feb 2002 02:39:15 -0600
Can some tell me what's wrong with this:
tell application "Finder"
activate
set dest_1 to "Macintosh HD:Misc:Descriptions:"
set fld_name to "200203"
make folder at dest_1 with properties {name:fld_name}
end tell
The event log shows:
tell application "Finder"
activate
make at "Macintosh HD:Misc:Descriptions:" with properties
{name:"200203"} new folder
--> Finder got an error: Invalid key form.
Jim Brandt