Re: Applescript to create an alias to the a file please
Re: Applescript to create an alias to the a file please
- Subject: Re: Applescript to create an alias to the a file please
- From: Paul Taylor <email@hidden>
- Date: Tue, 09 Feb 2010 22:45:26 +0000
Mark J. Reed wrote:
Why are you using get on a literal string? That makes no sense.
Try just (POSIX file "blah").
Thanks Mark, that fixed the first problem , sorry my Applescript
knowlegde is VERY limited.
Now how do I create alias of
"/Users/paul/Music/AliasTest/testalias.mp3" instead of the /user/paul/Desktop/test.mp3"
I tried this
set theAlias to make new alias (POSIX file ("/Users/paul/Music/AliasTest/testalias.mp3")to theFile
but it doesn't compile
thanks Paul
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden