I cannot even successfully have the Finder make a folder on the Desktop!
I cannot even successfully have the Finder make a folder on the Desktop!
- Subject: I cannot even successfully have the Finder make a folder on the Desktop!
- From: Bill Planey <email@hidden>
- Date: Tue, 27 Jul 2004 13:09:54 -0500
tell application "Finder"
make new folder at path to desktop folder) with properties
{name:"folderName"}
end tell
Gives me this in the Error log:
tell application "Finder"
path to desktop
alias "TiBook_HD:Users:bplaney:Desktop:"
make new folder at current application with properties
{name:"folderName"}
"Finder got an error: Can't make a folder."
I am on 10.3.4 and logged in as the admin.
Any ideas?
Bill Planey
_______________________________________________
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.