Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments) + "\\notes.txt")
string pfile = System.IO.Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments), "notes.txt"); using (StreamReader sr = new StreamReader(pfile);
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)