T
tshad
I have seen some examples where an @ is used before a path statement:
docNav = new XPathDocument(@"c:\books.xml");
What is it for?
I have never used it for my file paths.
Thanks,
Tom
docNav = new XPathDocument(@"c:\books.xml");
What is it for?
I have never used it for my file paths.
Thanks,
Tom