Re: Rename files?
Re: Rename files?
- Subject: Re: Rename files?
- From: "Chris Espinosa" <email@hidden>
- Date: Thu, 31 Oct 2002 13:29:16 -0800
Works over here. Some things to check:
a) Does the file exist?
b) Do you have permission to change its name?
What error are you getting?
Chris
----- Original Message -----
From: "Kevin Muldoon" <email@hidden>
Sent: Thursday, October 31, 2002 1:04 PM
Subject: Rename files?
>
Why doesn't this code work anymore? How do we change the name of
>
files/folders under OSX Jaguar?
>
>
set p to "Scartaglen:Users:kmuldoon:Desktop:setsessionvar.php"
>
>
tell application "Finder"
>
set name of item p to "newname.txt"
>
end tell
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.