hello,
What does the "@" symbol do in the following line of code? I tried
searching the web but searching for "@ and c#" seems to be a waste of
time :)
FileInfo fi = new FileInfo(di.Ful lName + @"\myxmlfile.xm l");
Thanks,
-J
What does the "@" symbol do in the following line of code? I tried
searching the web but searching for "@ and c#" seems to be a waste of
time :)
FileInfo fi = new FileInfo(di.Ful lName + @"\myxmlfile.xm l");
Thanks,
-J
Comment