Pyro higlevel API
Classes | Macros | Enumerations | Functions
operation_copy.cpp File Reference

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)
 

Macro Definition Documentation

#define CPATTR_BUF_SIZE   1024

Enumeration Type Documentation

enum Error_e
Enumerator
E_OK 
E_SKIP 
E_CANCEL 
E_ALL 
E_OK 
E_SKIP 
E_CANCEL 
E_ALL 

Function Documentation

bool OperationCopyFile ( const char *  pzDst,
const char *  pzSrc,
bool *  pbReplaceFiles,
bool *  pbDontOverwrite,
bool  bDeleteAfterCopy,
ProgressRequester pcProgress 
)