• 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: make a new folder within an exisitng folder
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: make a new folder within an exisitng folder


  • Subject: Re: make a new folder within an exisitng folder
  • From: Bill White <email@hidden>
  • Date: Thu, 29 Sep 2005 12:06:41 -0400
  • Thread-topic: make a new folder within an exisitng folder

On 9/29/05 11:54 AM, Bob Cuilla <email@hidden> wrote:

> I would like to make a new folder "myFolder" within an existing  folder "ABC".
> Can this be done?  I would prefer to have the new  folder actually created
> inside the existing folder rather than first  creating it and then moving it.

Something like this should get you started:

set targetFolder to alias "MacHD:Users:username:Desktop:ABC:"
   --change path to suit

tell application "Finder"

    make new folder at targetFolder with properties {name:"myFolder"}

end tell

HTH,

Bill


 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

References: 
 >make a new folder within an exisitng folder (From: Bob Cuilla <email@hidden>)

  • Prev by Date: Re: make a new folder within an exisitng folder
  • Next by Date: Re: AppleScript a miserable and utter failure
  • Previous by thread: Re: make a new folder within an exisitng folder
  • Next by thread: Creating Nested Folders
  • Index(es):
    • Date
    • Thread