标签: c#
我正在尝试使用Path.Combine组合两个以上的参数。但是,使用.NET Framework 2.0不起作用。基本上, 我该怎么做:
System.IO.Path.Combine(path1,path2,path3);
在C#中使用.NET framework 2.0?