getwindowsdirectory(a,sizeof(a));//windows目录
gettemppath(sizeof(a),a);       //系统临时目录
getcurrentdirectory(sizeof(a),a)//当前目录
程序运行路径getdir(0,path);