TAP_Hdd_Rename

Topfield Documentation

bool TAP_Hdd_Rename( char *oldName, char *newName )

It changes the file name. return value : TRUE = Success, FALSE = False

Additional Documentation

This function only acts on files in the current directory. Name must be the filename only and must not contain any path, absolute or relative.

On firmware 5.12.25, this function returns the opposite:

  • 0 = success
  • 1 = failure
Tested on directories and .tap files