Re: as alias bug?
Re: as alias bug?
- Subject: Re: as alias bug?
- From: Joe <email@hidden>
- Date: Wed, 28 May 2008 11:37:58 -0700
Mark Reed wrote:
>Not true. I replace "net" with "foobadooba" OMM and get an error:
>
>File Wazowski:foobadooba wasn't found.
Try this.
tell application "Finder"
exists alias "MacHD:WaWa.jpg"
end tell
-->false
but this
tell application "Finder"
open alias "MacHD:WaWa.jpg"
end tell
compiles fine.
OSX 10.5.2
_______________________________________________
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