I get a compile error of Newline in constant, but I don't see any issue with the code...can someone please point it out?
if (File.Exists(@"C:\Excel\Excel2010\Reports\" + workbookName[i] + "CompletedFiles\" + userName + ".xls"))
and my code highlights the ".xls" and gives a compile error of Newline in Constant. What is my issue?
Loading
VulpesPosted Feb 7, 2013, 4:59 PM
richard smithPosted Feb 7, 2013, 4:45 PM
if (File.Exists(@"C:\\Excel\\Excel2010\\Reports\\" + workbookName[i] + "CompletedFiles\\" + userName + ".xls"))