The f_unlink removes file or directory.
FRESULT f_unlink ( const XCHAR* FileName /* Pointer to the file or directory name */ );
The f_unlink function removes a file or empty directory.
Available when _FS_READONLY == 0 and _FS_MINIMIZE == 0.
Return