using System;
using System.IO;
using System.Text;
public class Program
{
public static void Main()
string path = @"c:\temp\MyTest.txt";
}