Re: make command
Re: make command
- Subject: Re: make command
- From: Shane Stanley <email@hidden>
- Date: Tue, 05 Feb 2002 20:00:59 +1100
On 5/2/02 7:39 PM +1000, Jim Brandt, email@hidden, wrote:
>
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
Try:
make folder at folder dest_1 with properties {name:fld_name}
--
Shane Stanley, email@hidden