标签: visual-studio-2012 .net
我正在使用Visual Studio 2012,并希望将文件从文件提取到字符串以便使用
string line=File.ReadText("Path");
但关键字File不是默认值并显示错误。 我使用了程序集目录System.IO,但尽管我无法键入File对象,但只能访问filenotfound exception以外的任何内容。
File
System.IO
filenotfound exception