#include <net_config.h>
BOOL ftp_frename (
U8* fname, /* Pointer to old filename. */
U8* newn ); /* Pointer to new filename. */
Description
The ftp_frename function changes the filename of the fname to newn. fname must be the name of an existing file and newn must be a valid filename that is not the name of an existing file.
The ftp_frename function is in the FTP_uif.c module. The prototype is defined in net_config.h.
Return Value
The ftp_frename function returns __TRUE when the file is successfully renamed. It returns __FALSE on failure.