Classes | |
struct | CopyFileParams_s |
Defines | |
#define | CPATTR_BUF_SIZE 1024 |
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) |
void | os::copy_files (const std::vector< os::String > &cDstPaths, const std::vector< os::String > &cSrcPaths, const Messenger &cMsgTarget, Message *pcFinishMsg, bool bReplace, bool bDontOverwrite) |
#define CPATTR_BUF_SIZE 1024 |
enum Error_e |
bool OperationCopyFile | ( | const char * | pzDst, | |
const char * | pzSrc, | |||
bool * | pbReplaceFiles, | |||
bool * | pbDontOverwrite, | |||
bool | bDeleteAfterCopy, | |||
ProgressRequester * | pcProgress | |||
) |