Sophie
April 15th, 1999, 09:17 AM
void VRLessonRecord::SetPath(const CString &src, const CString &dst, const CString &path )
{
}
I have this function where I want to set the path.
The variable path = "C:\LAVAC\LECONS\L0000001"
src = "C:\LAVAC\LECONS"
dst = "C:\CARO"
I need to be able to switch in the path C:\LAVAC\LECONS to C:\CARO
Can anyone help me!
Thank You
{
}
I have this function where I want to set the path.
The variable path = "C:\LAVAC\LECONS\L0000001"
src = "C:\LAVAC\LECONS"
dst = "C:\CARO"
I need to be able to switch in the path C:\LAVAC\LECONS to C:\CARO
Can anyone help me!
Thank You