Re: Complete newbie
Re: Complete newbie
- Subject: Re: Complete newbie
- From: Philippe GRUCHET <email@hidden>
- Date: Wed, 23 Apr 2003 19:57:58 +0200
From: Michelle Steiner <email@hidden>
open file "Macintosh HD:Users:imani08:Documents:Test"
tell application "Text Edit"
activate
Open alias "Macintosh HD:Users:imani08:Documents:Test"
end tell
Better is:
------------------------------------
tell application "TextEdit"
activate
open ":Users:imani08:Documents:Test" as alias
end tell
------------------------------------
By this way, you'll never have to write the HD's name if you don't need
to.
Philippe/SVM Mac
http://svmmac.logitheque.com/
_______________________________________________
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.