Skip to content
Prev 308174 / 398503 Next

Moving a file from one location to another

Hello,

On Windows this should be the old DOS command RENAME (or REN) and 
apparently the R function ?file.rename carries it's name.

And yes, the question is terrible. It also shows poor use of the help 
system. I didn't know the function name but got it right at the second try:

?file   # no, other stuff
?file.copy  # yes

Hope this helps,

Rui Barradas
Em 17-10-2012 12:27, R. Michael Weylandt escreveu: