Re: Filespec changes to "followed" alias
Re: Filespec changes to "followed" alias
- Subject: Re: Filespec changes to "followed" alias
- From: kevin carter <email@hidden>
- Date: Wed, 15 May 2002 12:32:39 -0400
- Organization: wgbh
don't specify the file as an alias; specify it as a file or an item
e.g.,
try
tell app "finder" to delete file "someFilePathString"
end try
>
> 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?
_______________________________________________
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.