C++/(MFC)경로 저장시 \ 문자 추가 Edit Diff Refresh Backlink Random Search History Help Setting Hide Show void CC3AllPathContentsFinderDlg::parseAt(CString& str) { for(int i = 0; i < str.GetLength(); ++i) { if (str.GetAt(i) == '\\') { str.Insert(i++, '\\'); } } } C:\PortQryUI\ -> C:\\PortQryUI\\ MFC 경로 파싱 이 글에는 0 개의 댓글이 있습니다. Please enable JavaScript to view the comments powered by Disqus. comments powered by Disqus