privacore-open-source-searc.../GbMoveFile.h
Ivan Skytte Jørgensen 3e9892fc58 Added GbMoveFile.*
2016-10-18 13:59:44 +02:00

8 lines
196 B
C

#ifndef GB_MOVE_FILE_H_
#define GB_MOVE_FILE_H_
//Move/rename a file, even across devices. Returns non-zero on error and errno will be set
int moveFile(const char *src, const char *dst);
#endif