Re: Complete newbie
Re: Complete newbie
- Subject: Re: Complete newbie
- From: John Delacour <email@hidden>
- Date: Wed, 23 Apr 2003 21:14:03 +0100
- Mac-eudora-version: 6.0a16
At 7:57 pm +0200 23/4/03, Philippe GRUCHET wrote:
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.
Far better is
"" & (path to "docs") & "filename" as file specification
That way it's not specific to any named user and the file doesn't
even have to exist.
Jd
_______________________________________________
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.