How can i rename a file into the same directory?
When i run this i've got the following error:
shell.cp('-R', './../../config/test.txt', './../../config/test1.txt');
- cp: dest is not a directory (too many sources)
I read the docs, but none of that answers my question.
Thanks for any help.