Re: Copy to folder and Replace
Re: Copy to folder and Replace
- Subject: Re: Copy to folder and Replace
- From: JJ <email@hidden>
- Date: Fri, 02 Mar 2001 09:34:55 +0100
>
Message: 16
>
Subject: Copy to folder and Replace
>
Date: Thu, 1 Mar 2001 21:39:51 -0500
>
From: legacy <email@hidden>
>
To: <email@hidden>
>
>
How can I copy files of the same name from one folder to another,
>
replacing those of the same name?
>
>
Ray Clements
>
Voice: (317) 881-9781 FAX: (317) 881-9782
>
email: email@hidden url: http://www.legacyusa.net
>
>
developers of simply powerful software...
Ray:
Just for you, from Jon's Commands:
copyFile: Copy a file.
copyFile anything -- The file (or list) to copy as file, alias or
string.
to anything -- The destination folder or file.
[replacing yes/no/ask] -- Whether to replace an existing file.
So,
copyFile the_file to the_folder with replacing
JJ