|
@@ -49,7 +49,7 @@ namespace ToolCommand
|
|
|
{
|
|
|
MessageBox.Show("部分赋值成功");
|
|
|
var text = RoomToSpaceUtils.CreateResult(list).ToString();
|
|
|
- string path = @"d:\result.txt";
|
|
|
+ string path = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.CommonApplicationData), "result.txt");
|
|
|
File.WriteAllText(path, text);
|
|
|
Process.Start("notepad.exe", path);
|
|
|
}
|