read text file without define path on document folder in c# code example
Example: c# read file current directory
var path = Path.Combine(Directory.GetCurrentDirectory(), "\\fileName.txt");
var path = Path.Combine(Directory.GetCurrentDirectory(), "\\fileName.txt");