setup.h
上传用户:hyb6888
上传日期:2016-01-24
资源大小:5186k
文件大小:0k
源码类别:

输入法编程

开发平台:

Visual C++

  1. class setup
  2. {
  3. public:
  4. char SysPath[500];
  5. char AppPath[500];
  6. char* MyCutStr(char* CutString , char*CutChar);
  7. bool DirExists(const char *dir);
  8. BOOL FileExists(const char *dir);
  9. bool fReadLine(char *buf, FILE *fp);
  10. int FileCopyBAT(char* Path1, char*Path2,char*batFile);
  11. BOOL copypathfile(char *path1);
  12. BOOL copypathfile(char *path1,char *path2);
  13. setup();
  14. ~setup();
  15. };