void main(){ CString a = _T("d://ab//ab.csv"); a.Replace(_T("//"),_T("/")); printf("%S",a); system("pause"); }