I am trying to read all text form a string but doing something like string stuff = File.ReadAllText(line); dose not work for me and I can only find things about
string stuff = File.ReadAllText(line);