sf.pTo = _T("D:\\Test2"); // it 's ok, you can move to folder Test2
CString m_to = EditCtrl_To.GetString();
sf.pTo = m_to;// EditCtrl_To is Edit Ctrol and it's value is "D:\\Test2"
我无法移动到文件夹 Test2。当我比较 _T("D:\Test2") & m_to 时,它不相等。为什么?
请帮助我,非常感谢!!!!