• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Apple Script to make an alias
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Apple Script to make an alias


  • Subject: Re: Apple Script to make an alias
  • From: "Mark J. Reed" <email@hidden>
  • Date: Thu, 24 Apr 2008 08:04:21 -0400

has: Symbolic links aren't aliases.  Aliases still work when you move
the target...

Anyway, the source of the confusion is the AppleScript "alias" type,
which I have never understood, but which is totally different from
Finder aliases, which in AppleScript are called "alias files".





On 4/23/08, has <email@hidden> wrote:
> On 23 Apr 2008, at 18:01, email@hidden wrote:
>
> > How would I make an alias to: /Volumes/<foldername> and place it on
> > the desktop?
>
>
> tell application "Finder"
> 	make new alias file at desktop to POSIX file "/Volumes/StudentShare"
> end tell
>
>
> ln -s  /Volumes/StudentShare  ~/Desktop
>
>
> HTH
>
> has
> --
> Control AppleScriptable applications from Python, Ruby and ObjC:
> http://appscript.sourceforge.net
>
>  _______________________________________________
> 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
>

--
Sent from Gmail for mobile | mobile.google.com

Mark J. Reed <email@hidden>
 _______________________________________________
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

  • Follow-Ups:
    • Re: Apple Script to make an alias
      • From: email@hidden
References: 
 >Apple Script to make an alias (From: email@hidden)
 >Re: Apple Script to make an alias (From: has <email@hidden>)

  • Prev by Date: Re: Choose File Limited by File Extension OR Type ???
  • Next by Date: Re: Image events: How do I cut out a region
  • Previous by thread: Re: Apple Script to make an alias
  • Next by thread: Re: Apple Script to make an alias
  • Index(es):
    • Date
    • Thread