回答編集履歴
1
誤字修正です
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
|
|