StreamReader 的用法(C#)
using System;using System.IO;class Test { public static void Main() { string path = @"c:/temp/MyTest.txt"; try { if (File.Exists(path)) {