File reference problems in Snow Leopard
File reference problems in Snow Leopard
- Subject: File reference problems in Snow Leopard
- From: Elliotte Rusty Harold <email@hidden>
- Date: Mon, 14 Sep 2009 06:34:12 -0400
This used to work prior to my upgrade to Snow Leopard:
set clib to (load script (alias "Macintosh HD:Users:elharo:Cafe Au
Lait:support:CafeLib.scpt")
After some debugging it looks like the issue is in the file reference.
Speciifcally this now fails:
set theFile to file "Macintosh HD:Users:elharo:Cafe Au
Lait:support:CafeLib.scpt"
error "Can’t get file \"Macintosh HD:Users:elharo:Cafe Au
Lait:support:CafeLib.scpt\"." number -1728 from file "Macintosh
HD:Users:elharo:Cafe Au Lait:support:CafeLib.scpt"
In fact, so does this:
set theFile to file "Macintosh HD"
Any ideas?
--
Elliotte Rusty Harold
email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden