Re: Copy files inside a folder
Re: Copy files inside a folder
- Subject: Re: Copy files inside a folder
- From: Cornwall <email@hidden>
- Date: Mon, 26 Nov 2001 07:13:46 -0800
I guess I was too tired to read. Try this instead.
set outa to choose folder
set inta to choose folder
tell application "Finder"
duplicate every file of outa to inta
end tell
corny