c:io:rename From C++ Reference previous page next page rename Syntax: #include <cstdio> int rename( const char *oldfname, const char *newfname ); The function rename() changes the name of the file oldfname to newfname. The return value of rename() is zero upon success, non-zero on error. Related Topics: remove previous page start next page