Pyro higlevel API
Classes | Enumerations | Functions
operation_move.cpp File Reference

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)
 

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

int32 MoveFileThread ( void *  pData)
bool OperationCopyFile ( const char *  pzDst,
const char *  pzSrc,
bool *  pbReplaceFiles,
bool *  pbDontOverwrite,
bool  bDeleteAfterCopy,
ProgressRequester pcProgress 
)