Searched defs:move_file (Results 1 – 3 of 3) sorted by relevance
58 move_file(const char *from, const char *to) in move_file() function
527 move_file(const char *fname) in move_file() function
70 #define move_file(from, to) (!MoveFileEx(from, to, MOVEFILE_REPLACE_EXISTING)) macro72 #define move_file(from, to) rename(from, to) macro