Copyright Digital Equipment Corp. All rights reserved.

rename

   Gives a new name to an existing file.

   Format

     #include  <stdio.h>

     int rename  (const char *old_file_spec, const char             
                 *new_file_spec);
 


Additional information available:

Arguments       Description     Return_Values