回答編集履歴

1

誤字修正です

2020/12/20 08:07

投稿

mtripg6666tdr
mtripg6666tdr

スコア37

test CHANGED
@@ -10,7 +10,7 @@
10
10
 
11
11
  ```csharp
12
12
 
13
- new DirectryInfo(System.AppDomain.CurrentDomain.BaseDirectory).Parent.Parent.Parent.FullPath
13
+ new DirectoryInfo(System.AppDomain.CurrentDomain.BaseDirectory).Parent.Parent.Parent.FullPath
14
14
 
15
15
  ```
16
16