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: Yosemite <email@hidden>
- Date: Tue, 23 Jan 2001 14:14:38 -0900
set x to alias "MacHD0:Desktop Folder:temp:"
tell application "Finder" to set name of x to "temp1"
-- hcir
mailto:email@hidden
>
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!