• 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: Creating folders (directories) without the Finder
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Creating folders (directories) without the Finder


  • Subject: Re: Creating folders (directories) without the Finder
  • From: "Christopher C. Stone" <email@hidden>
  • Date: Wed, 21 Mar 2001 22:50:44 -0600

At 22:33 -0500 03/21/2001, email@hidden wrote:
> Is there a way to create a named folder without invoking the Finder? The
> Finder is too slow and sometimes chokes, leaving a slew of untitled folders
> around. I need something bulletproof and fast. TIA.
__________________________________________________________________________

Hello Jeff,

Akua Sweets can do that:

repeat 5 times
a new folder in "minerva:" named "Goofy!"
end repeat

It's smart enough to serialize the folders given the base name.

Goofy!
Goofy! 1
Goofy! 2
Goofy! 3
Goofy! 4

Mark Alldritt's FileIO osax can also do it (it's part of the Script Tools collection <http://www.latenightsw.com/downloads.html>):

set i to ""
repeat 5 times
createFolder ("Goofy! " & i) in "minerva:"
set i to i + 1
end repeat

Goofy!
Goofy! 1
Goofy! 2
Goofy! 3
Goofy! 4



--
Best Regards,

Christopher Stone
______________________________
StoneWorks Computer Consulting
email@hidden


  • Follow-Ups:
    • Re: Creating folders (directories) without the Finder
      • From: Paul Berkowitz <email@hidden>
References: 
 >Creating folders (directories) without the Finder (From: email@hidden)

  • Prev by Date: Re: Unloading Coercions
  • Next by Date: Re: How to use delimiters in Standard Additions file read/write
  • Previous by thread: Creating folders (directories) without the Finder
  • Next by thread: Re: Creating folders (directories) without the Finder
  • Index(es):
    • Date
    • Thread