Re: Filenames for Apple Script
Re: Filenames for Apple Script
- Subject: Re: Filenames for Apple Script
- From: Seth Delackner <email@hidden>
- Date: Wed, 19 Mar 2003 20:16:23 +0000
On Wed, Mar 19, 2003 at 08:17:16PM +0100, Gerriet M. Denkmann wrote:
>
tell application "abc"
>
open "/tmp/aa" as alias
>
end tell
open POSIX file "/tmp/aa" as alias
Note that if you enter that in script editor and save it, the bastard rewrites
it as file "your hard disk name:private:tmp:aa", completely defeating the
intent (keeping the idiotic system-specific hard disk name out of
it).
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.