PlatformFuncs.h

Go to the documentation of this file.
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

Generated on Thu Jan 26 13:44:34 2006 for SORTIE Core C++ Documentation by  doxygen 1.4.6-NO