• 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: Joe Kelly <email@hidden>
  • Date: Thu, 27 Dec 2001 12:42:01 -0800

tell application "Finder" to open folder "Documents:BIG BOX:" of startup
disk


> -----Original Message-----
> From: Bill West [mailto:email@hidden]
> Sent: Thursday, December 27, 2001 12:25 PM
> To: AppleScript Users
> Subject: How do we make a simple open folder script?
>
>
> What is the simplest script to open a document folder?
>
> The file path to the folder is:
>
> HD:Documents:BIG BOX:
>
> The following script doesnt work, what is the right way to
> open the Folder BIG BOX?
>
> My startup disk is HD
>
> tell application "Finder"
> activate
> select startup disk
> select folder Documents:BIG BOX:
> open selection
> end tell
> _______________________________________________
> 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.


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