Pyro higlevel API
|
Classes | |
struct | CopyFileParams_s |
Macros | |
#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) |
#define CPATTR_BUF_SIZE 1024 |
enum Error_e |
bool OperationCopyFile | ( | const char * | pzDst, |
const char * | pzSrc, | ||
bool * | pbReplaceFiles, | ||
bool * | pbDontOverwrite, | ||
bool | bDeleteAfterCopy, | ||
ProgressRequester * | pcProgress | ||
) |
References os::Alert::ALERT_QUESTION, os::Alert::ALERT_WARNING, os::Path::Append(), os::String::c_str(), os::ProgressRequester::DoCancel(), os::ProgressRequester::DoSkip(), E_CANCEL, E_SKIP, os::Path::GetPath(), os::Alert::Go(), os::Looper::Lock(), OperationCopyFile(), os::ProgressRequester::SetFileName(), os::ProgressRequester::SetPathName(), and os::Looper::Unlock().
Referenced by OperationCopyFile().