The f_unlink function 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.
Available when _FS_READONLY == 0 and _FS_MINIMIZE == 0.
Return