TAP_Hdd_Delete

Topfield Documentation

word TAP_Hdd_Delete(char *name);

It deletes the file or folder whose name is the string pointed to by name.

Additional Documentation

BUG. If the file name contains a period character (".") followed by 36 or more characters (including the extension) the call will cause a crash. Use TAP_Hdd_Rename() first and delete the renamed file.