- class setup
- {
- public:
- char SysPath[500];
- char AppPath[500];
- char* MyCutStr(char* CutString , char*CutChar);
- bool DirExists(const char *dir);
- BOOL FileExists(const char *dir);
- bool fReadLine(char *buf, FILE *fp);
- int FileCopyBAT(char* Path1, char*Path2,char*batFile);
- BOOL copypathfile(char *path1);
- BOOL copypathfile(char *path1,char *path2);
- setup();
- ~setup();
- };