Re: Create file alias on user desktop
Re: Create file alias on user desktop
- Subject: Re: Create file alias on user desktop
- From: Walter Ian Kaye <email@hidden>
- Date: Sat, 14 Feb 2004 23:31:16 -0800
At 03:54a -0300 02/15/2004, mrykoga didst inscribe upon an electronic papyrus:
Does anyone know how to create a file alias to a POSIX style
path on user desktop? I have to use the POSIX path because I
need to call the applescript inside a bash script.
I tested something like this on AppleScript editor:
tell application "Finder"
activate
make new file alias at desktop to file (POSIX path "/application_name")
end tell
to POSIX file ("" & "/path/to/file")
The concatenation is to prevent the compiler from changing the path style.
-boo
finally knowing how to create PNG translucency in GraphicConverter
_______________________________________________
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.