Re: [Filespec changes... ] file does not exist
Re: [Filespec changes... ] file does not exist
- Subject: Re: [Filespec changes... ] file does not exist
- From: Kirill Kortchagin <email@hidden>
- Date: Wed, 15 May 2002 19:12:02 +0400
on 15.05.2002 18:25, Gnarlodious at email@hidden WY NAM PISALI:
>
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?
Probebly, this error is not error of your script or Script Debugger, it's
error come with AppleScript 1.7 in MacOS 9.2.2.
Try use instead of alias the reference to file with keywords file, folder^
disk...
tell application "Finder" to delete file "Apple:Desktop
Folder:Hotlist.html"
I have BIG TROUBLE with files and folder whose contains cyrillic characters
in MacOS 9.2.2 and AS 1.7. Any coersions from alias to string and vice versa
does not work. I know, downgrade to version 1.6 solves that problem.
(Now I use MacOS Z1 - 9.2.2)
--
Aha-pupok
email@hidden
_______________________________________________
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.