Copyright Digital Equipment Corp. All rights reserved.
Gives a new name to an existing file.
Format
#include <stdio.h>
int rename (const char *old_file_spec, const char
*new_file_spec);
Arguments Description Return_Values