Slickwilly9
05-30-2008, 01:40 PM
I have the following string -
str_path = "\t<li class=\"directory collapsed\"><a href=\"#\" rel=\"" + dir + di_child.Name + "/\">" + di_child.Name + "</a></li>\n";
The "/\">" is where the issue lies. I need to change the / to a \, however, whenever I try I seem to break the string being create. Any help is appreciated. Thanks.
Seth
str_path = "\t<li class=\"directory collapsed\"><a href=\"#\" rel=\"" + dir + di_child.Name + "/\">" + di_child.Name + "</a></li>\n";
The "/\">" is where the issue lies. I need to change the / to a \, however, whenever I try I seem to break the string being create. Any help is appreciated. Thanks.
Seth