NAME

rename() - rename a file

SYNOPSIS

void rename(string src, string dst);

DESCRIPTION

Renames the file to the name .

SEE ALSO

rm(3) , rmdir(3) , cat(3) , cp(3) .