Classes | |
struct | MoveFileParams_s |
Enumerations | |
enum | Error_e { E_OK, E_SKIP, E_CANCEL, E_ALL, E_OK, E_SKIP, E_CANCEL, E_ALL } |
Functions | |
bool | OperationCopyFile (const char *pzDst, const char *pzSrc, bool *pbReplaceFiles, bool *pbDontOverwrite, bool bDeleteAfterCopy, ProgressRequester *pcProgress) |
int32 | MoveFileThread (void *pData) |
void | os::move_files (const std::vector< os::String > &cDstPaths, const std::vector< os::String > &cSrcPaths, const Messenger &cMsgTarget, Message *pcFinishMsg, bool bReplace, bool bDontOverwrite) |
enum Error_e |
int32 MoveFileThread | ( | void * | pData | ) |
bool OperationCopyFile | ( | const char * | pzDst, | |
const char * | pzSrc, | |||
bool * | pbReplaceFiles, | |||
bool * | pbDontOverwrite, | |||
bool | bDeleteAfterCopy, | |||
ProgressRequester * | pcProgress | |||
) |