read file kept in folder other than bin 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");