Path 組合路徑 Path 組合路徑
  .NET       ez      2011-11-29

如果有路徑需要組合,不需要透過字串組合,只要使用Path即可。

string PathStr = System.IO.Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "a.txt");
Console.WriteLine(PathStr);

標籤:   .NET

我要留言