G
Guest
Grrrr... I couldn't edit my previous post. Lemme short circuit the obvious
reply by fixing my code.
string foo = @"v:\\bar.txt";
foo.Replace(@"\\",@"\");
if(foo == @"v:\\bar.txt)
MessageBox.Show("Why didn't Replace replace?");
reply by fixing my code.
string foo = @"v:\\bar.txt";
foo.Replace(@"\\",@"\");
if(foo == @"v:\\bar.txt)
MessageBox.Show("Why didn't Replace replace?");