Make Alias
Make Alias
- Subject: Make Alias
- From: Mike Bautsch <email@hidden>
- Date: Mon, 9 Feb 2004 22:41:16 -0500
I am trying to make a alias and give it a new name. Can this be done at
the same time? This is what I have so far:
on open (somefile)
tell application "Finder"
make new alias at folder "Import" of the desktop to somefile
move somefile to folder "Done" of the desktop
end tell
end open
This all works, I just don't know how to give the alias a name that
will always be the same.
Thanks,
Mike
_______________________________________________
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.