• 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: Duplicate and rename folder path
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Duplicate and rename folder path


  • Subject: Re: Duplicate and rename folder path
  • From: "Marc K. Myers" <email@hidden>
  • Date: Tue, 27 Feb 2001 14:05:53 -0500

Michelle Steiner wrote:
> set folderA to choose folder with prompt "Choose the source folder."
> set folderB to choose folder with prompt "Choose the first destination
> folder."
> set folderC to choose folder with prompt "Choose the second destination
> folder."
> tell application "Finder"
> duplicate entire contents of folderA to folderB
> duplicate entire contents of folderA to folderC
> end tell

Considering the less-than-wonderful results I've obtained with "entire
contents", wouldn't it be simpler to

duplicate items of folderA to folderB

"items" would cover both the folders and files in folderA. If you
wanted to copy just the files in folderA and all its subfolders you
could say

duplicate files of entire contents of folderA to folderB

The only problem is that somehow, mysteriously, the Finder often misses
some of those files in seemingly random way. I've been able to manage
this with "the entries in" from Akua Sweets.

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

[2/27/01 2:05:28 PM]


  • Prev by Date: Re: Replacing range within a string
  • Next by Date: Re: Replacing range within a string
  • Previous by thread: Re: [AS]Re: Duplicate and rename folder path
  • Next by thread: Project scope - is it worth doing?
  • Index(es):
    • Date
    • Thread