Can anyone help me out with what this means/how to correct the warning? This line of code has a red squigly line under the semicolon and the tool tip says "Possible mistaken null statement". I've searched around but can't find an answer.
Thanks,Code:if (File.Exists(Application.StartupPath + "\\message.txt"));
Mike


Reply With Quote