The f_unlink removes an object.
FRESULT f_unlink (
const TCHAR* FileName /* Pointer to the object name */
);
The f_unlink function removes an object. Do not remove open objects and current directory.
Available when _FS_READONLY == 0 and _FS_MINIMIZE == 0.