• 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: Create New Folder
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Create New Folder


  • Subject: Re: Create New Folder
  • From: "Marc K. Myers" <email@hidden>
  • Date: Tue, 8 Oct 2002 14:47:16 -0400

From: "rhyme" <email@hidden>
To: <email@hidden>
Subject: Create New Folder
Date: Tue, 8 Oct 2002 19:56:12 +0200

How can i create a new folder in a different directory then desktop ?

i use this script

tell application "Finder"
activate
set newFolder to (make new folder at desktop)
set name of newFolder to "pippo"
end tell

i want to create the folder "pippo" into the folder "cartella" that is in
Macintosh HD:Desktop Folder:Fantakap:XLS:cartella
if i write the directory instead of desktop in the script i have a key error

tell application "Finder"
make new folder at folder "Macintosh HD:Desktop Folder:Fantakap:XLS:cartella:" with properties {name:"pippo"}
end tell

Marc K. Myers <email@hidden>
http://AppleScriptsToGo.com
4020 W.220th St.
Fairview Park, OH 44126
(440) 331-1074

[10/08/02 2:46:24 PM] _______________________________________________
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: Re: Create New Folder
  • Next by Date: Re: Is it possible to set up an 'instant' idle handler
  • Previous by thread: Re: Create New Folder
  • Next by thread: Re: Create New Folder
  • Index(es):
    • Date
    • Thread