00001 //--------------------------------------------------------------------------- 00002 00003 #ifndef PlatformFuncsH 00004 #define PlatformFuncsH 00005 //--------------------------------------------------------------------------- 00006 00028 bool TarballSetup(char *cAppPath); 00029 00037 void ZipFile(char *cFileName, char *cAppPath); 00038 00048 void AddFileToTarball(char *cTarball, char *cFileToAdd, char *cAppPath); 00049 00060 void AddFileToNewTarball(char *cTarball, char *cFileToAdd, char *cAppPath); 00061 00062 00068 void DeleteThisFile(char *cFile); 00069 00070 //--------------------------------------------------------------------------- 00071 #endif