• 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 command
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: make command


  • Subject: Re: make command
  • From: Michelle Steiner <email@hidden>
  • Date: Tue, 5 Feb 2002 08:24:24 -0700

On 2/5/02 1:39 AM, Jim Brandt <email@hidden> wrote:

>Can some tell me what's wrong with this:

dest_1 is a string; you can't make a new folder or file in a string, only
in a folder. Try this:

tell application "Finder"
activate
set dest_1 to "Dora:" as alias
set fld_name to "200203"
make folder at dest_1 with properties {name:fld_name}
end tell

--Michelle

----------------------------------------------------------------------
| Michelle Steiner | We're not human beings having a spiritual |
| | experience. We're spiritual beings |
| email@hidden | having a human experience. |
----------------------------------------------------------------------


  • Prev by Date: Re: renaming files in Finder
  • Next by Date: More problems with File extensions & Displayed names
  • Previous by thread: Re: make command
  • Next by thread: Re: make command
  • Index(es):
    • Date
    • Thread