Re: Filespec changes to "followed" alias
Re: Filespec changes to "followed" alias
- Subject: Re: Filespec changes to "followed" alias
- From: Emmanuel <email@hidden>
- Date: Wed, 15 May 2002 19:38:42 +0200
At 4:25 PM +0200 15/5/02, Gnarlodious wrote:
>
tell application "Finder" to delete alias "Apple:Desktop
>
Folder:Hotlist.html"
>
Problem is, I can't even compile the script because the file does not (yet)
>
exist and Script Debugger reports as such and can't compile.
>
How to fix this?
Fool AppleScript:
tell application "Finder" to delete alias ("Apple:Desktop" &
" Folder:Hotlist.html")
It won't concatenate the string at compile time.
Emmanuel
_______________________________________________
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.