rename

Name

rename -- Rename a file.

Type: function

Synopsis

rename( oldpath newpath, );

Arguments

oldpath

An instance of <string>

newpath

An instance of <string>

Description

Changes a filename, like unix mv.