• 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: JoePostscript <email@hidden>
  • Date: Tue, 08 Oct 2002 16:17:50 -0400

Here Buddy,

Try this out.

--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"
set SR_FolderDest to "Macintosh HD:Desktop Folder:Fantakap:XLS:cartella:"
-- you were missing the ":" at the end of that path,
-- indicating that cartella was a file...
make new folder at alias SR_FolderDest with properties {name:"pippo"}
end tell

Regards,
--
Joe Postscript...
_______________________________________________
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.

References: 
 >Create New Folder (From: "rhyme" <email@hidden>)

  • Prev by Date: Acrobat 'Batch Process...' Optimization Help Needed
  • Next by Date: Jaguar & Apple System Profiler = :-(
  • Previous by thread: Create New Folder
  • Next by thread: Re: Create New Folder
  • Index(es):
    • Date
    • Thread