#keywords {{{#!gcode void CC3AllPathContentsFinderDlg::parseStrAt(CString* str) { for(int i = 0; i < (*str).GetLength(); ++i) { if ((*str).GetAt(i) == '\\') { (*str).Insert(i++, '\\'); } } } }}} ---- {{{ C:\PortQryUI\ -> C:\\PortQryUI\\ }}}