Re: Selecting Multiple Files
Re: Selecting Multiple Files
- Subject: Re: Selecting Multiple Files
- From: Michelle Steiner <email@hidden>
- Date: Thu, 3 Nov 2005 14:25:08 -0700
On Nov 3, 2005, at 2:15 PM, Jeff Grossman wrote:
I need to create an applescript for use on Mac OS 8.5 which will
select the
contents of a folder and copy those files to a folder on a remote
computer.
I can figure out the part about copying the files, but am having some
trouble with the selecting the contents of a folder part. The file
names in
the folder change each day, so I can't just hard code the file
names into
the script. How can I select the content of a folder where the
file names
change?
--routine for selecting the source folder goes here
--routine for selecting the target folder goes here
tell application "Finder"
copy the files of the source_Folder to the target_folder
end tell
Don't know whether "files of the source_folder" works on 8.5, though;
I don't recall when it was introduced.
-- Michelle
--
"Our enemies are innovative and resourceful, and so are we. They
never stop thinking about new ways to harm our country and our
people, and neither do we." --George W. Bush, Aug 5, 2004.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden