On Thu, 24 Jan 2002 12:13:16 -0800 "Francois Dumais" <[EMAIL PROTECTED]> wrote:
> Correction: > > Now I see that copy1 has been copied UNDER copy2 ...so copy2 has been > preserved I always thought that copying would erase the content of copy2 to > replace it with copy1 No, it's not a 'copy as...' but a 'copy under...' feature ;) Think about a directory copy under Unix: cp dir1 dir2 copies dir1 under dir2 (provided dir2 exists of course, but that is always the case of the target in Asgard) David --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
