• 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: How do we make a simple open folder script?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How do we make a simple open folder script?


  • Subject: Re: How do we make a simple open folder script?
  • From: Bill White <email@hidden>
  • Date: Thu, 27 Dec 2001 15:46:43 -0500

> What is the simplest script to open a document folder?
>
> The file path to the folder is:
>
> HD:Documents:BIG BOX:

tell application "Finder"
open alias "HD:Documents:BIG BOX:"
end tell

Using "alias" will keep track of the folder in the event you move it. You
could replace "alias" with "folder" if desired, but then the script would
break if the folder got moved.

HTH,

Bill


References: 
 >How do we make a simple open folder script? (From: "Bill West" <email@hidden>)

  • Prev by Date: RE: How do we make a simple open folder script?
  • Next by Date: RE: Droplet W/Changed Creator...
  • Previous by thread: How do we make a simple open folder script?
  • Next by thread: RE: How do we make a simple open folder script?
  • Index(es):
    • Date
    • Thread