On Apr 28, 2004, at 11:48 AM, Mark Wheeler wrote:
Hi Ken,
I switched that because it was suggested that writing files over system boundaries might be a problem. What is the difference between the two? It sounds like, from your comment, that they do very different things.
Yeah - rename() moves the file, and copy() makes a copy of it.
-Ken