Searched refs:f_unlink (Results 1 – 2 of 2) sorted by relevance
318 FRESULT f_unlink (const TCHAR* path); /* Delete an existing file or directory */346 #define f_rmdir(path) f_unlink(path)
4892 FRESULT f_unlink ( function