Searched refs:f_unlink (Results 1 – 4 of 4) sorted by relevance
118 Fixed f_unlink() can return FR_OK on error.129 Fixed f_unlink() fails to remove a sub-directory on _FS_RPATH.232 Fixed f_unlink() does not remove cluster chain of the file. (appeared at R0.10c)
226 FRESULT f_unlink (const TCHAR* path); /* Delete an existing file or directory */
3526 FRESULT f_unlink ( in f_unlink() function
515 if (f_unlink(argv[0])) in main()