libtools
movefile.h
Go to the documentation of this file.
1 
20 #ifndef __TOOLS_MOVEFILE_H
21 #define __TOOLS_MOVEFILE_H
22 
40 int movefile(const char *oldpath, const char *newpath);
41 
44 #endif /* __TOOLS_MOVEFILE_H */
int movefile(const char *oldpath, const char *newpath)
move file to new path