Sophie
May 11th, 1999, 09:30 AM
Path path(ToString(backUpPath));
VRIniInfo vrIniInfo = theApp.GetVRIniInfo();
CString lessonPath = vrIniInfo.GetLessonBasePath();
CString reponsePath = vrIniInfo.GetResponseBasePath();
CString destLesson = path.AppendToPath("Lavac\record.sav");
CString destResp = path.AppendToPath("Lavac\LECONS");
For example
lessonPath = C:\Lavac\LECONS
reponsePath = C:\Lavac\record.sav
destLesson = G:\temp\Lavac\LECONS
destResp = G:\temp\Lavac\record.sav
I need to be able to replace C:\ by G:\temp
Does anyone have a suggestion?
Thank You
VRIniInfo vrIniInfo = theApp.GetVRIniInfo();
CString lessonPath = vrIniInfo.GetLessonBasePath();
CString reponsePath = vrIniInfo.GetResponseBasePath();
CString destLesson = path.AppendToPath("Lavac\record.sav");
CString destResp = path.AppendToPath("Lavac\LECONS");
For example
lessonPath = C:\Lavac\LECONS
reponsePath = C:\Lavac\record.sav
destLesson = G:\temp\Lavac\LECONS
destResp = G:\temp\Lavac\record.sav
I need to be able to replace C:\ by G:\temp
Does anyone have a suggestion?
Thank You