質問するログイン新規登録

回答編集履歴

1

コードを見やすく修正

2022/05/19 16:45

投稿

退会済みユーザー
answer CHANGED
@@ -1,1 +1,3 @@
1
+ ```
1
- System.Diagnostics.Process.Start("explorer.exe", @"C:\Users\a\Documents");
2
+ System.Diagnostics.Process.Start("explorer.exe", @"C:\Users\a\Documents");
3
+ ```