Re: How to change the name of a Folder (using an Alias)
Re: How to change the name of a Folder (using an Alias)
- Subject: Re: How to change the name of a Folder (using an Alias)
- From: Frank Watzl <email@hidden>
- Date: Tue, 23 Jan 2001 23:39:17 +0100
Gr|ezi :-)
This works on my system:
--begin script
set f to (choose folder)
tell application "Finder"
set name of f to "krass !"
end tell
get f --> alias "dilbert:Desktop Folder:krass !:"
--end script
Frank Watzl
At 23:06 Uhr +0100 24.02.2001, Chris Banford wrote:
>
--> (Sorry if this gets posted more than once - got a bit twisted up signing
>
up to this list.) <--
>
>
I'm stumped (again).
>
>
I have an alias to a folder (returned when making a new folder):
>
>
alias "9 gig:Jobs:Job Folder1:"
>
>
What I want to do is to change the name of the folder "Job Folder1". All my
>
attempts over the last hours have failed misserably!
>
>
Thanks,
>
>
-Chris