Re: Create file alias on user desktop
Re: Create file alias on user desktop
- Subject: Re: Create file alias on user desktop
- From: Michelle Steiner <email@hidden>
- Date: Sun, 15 Feb 2004 00:37:36 -0700
On Feb 14, 2004, at 11:54 PM, mrykoga wrote:
I tested something like this on AppleScript editor:
tell application "Finder"
activate
make new file alias at desktop to ("/application_name" as posix file)
(*
make new file alias at desktop to file (POSIX
path "/application_name")
*)
end tell
--
We're surrounded. That simplifies the problem.
_______________________________________________
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.