Re: Copy files inside a folder
Re: Copy files inside a folder
- Subject: Re: Copy files inside a folder
- From: Christopher Nebel <email@hidden>
- Date: Mon, 26 Nov 2001 12:07:56 -0800
On Monday, November 26, 2001, at 07:13 AM, Cornwall wrote:
set outa to choose folder
set inta to choose folder
tell application "Finder"
duplicate every file of outa to inta
end tell
This works, and is the proper way to do it, but may be taking Bryan's
request too literally. It will copy only the files that are immediately
inside outa, and will skip any folders. To copy everything, change
"every file" to "every item".
--Chris Nebel
AppleScript Engineering