2009年12月24日 星期四

C# My 載入文字檔的方法

using Microsoft.VisualBasic.Devices;
Microsoft.VisualBasic.Devices.Computer mycomputer = new Computer();
try
{
Literal2.Text = mycomputer.FileSystem.ReadAllText("D:\\WWW\\Allocation.txt");
}
catch (Exception ex)
{
Literal2.Text = ex.Message;
}

沒有留言:

張貼留言