Home
last modified time | relevance | path

Searched refs:f_rename (Results 1 – 3 of 3) sorted by relevance

/third_party/FatFs/source/
D00history.txt33 Added f_rename().
204 2nd argument of f_rename() can have a drive number and it will be ignored.
271 Made f_rename() be able to rename objects with the same name but case.
Dff.h450 FRESULT f_rename (const TCHAR* path_old, const TCHAR* path_new); /* Rename/Move a file or directory…
Dff.c4882 FRESULT f_rename ( function