Synopsis
CTL_STATUS_t ctl_ms_rename_file(const char *old_name,
                                const char *new_name);
Description

ctl_ms_rename_file renames the file with name old_name to new_name. old_name can be a full path name to a file, but new_name must only be a file name.

Return Value

ctl_ms_rename_file returns a standard status code.

Thread Safety

ctl_ms_rename_file is thread-safe.