string path = AppDomain.CurrentDomain.BaseDirectory + "..\\MapData";
if (Directory.Exists(path))
{
System.Diagnostics.Process.Start("explorer.exe", path);
}
if (Directory.Exists(path))
{
System.Diagnostics.Process.Start("explorer.exe", path);
}
5385

被折叠的 条评论
为什么被折叠?



