char tempFileName[MAX_PATH]; char sysTempPath[MAX_PATH+1]; GetTempPath (MAX_PATH,sysTempPath); GetTempFileName(sysTempPath,"rar",0,tempFileName);