回答編集履歴

1

修正

2017/04/22 15:14

投稿

s8_chu
s8_chu

スコア14731

test CHANGED
@@ -4,9 +4,9 @@
4
4
 
5
5
  <?php
6
6
 
7
- if (!file_exists("C:\\directory_one")) {
7
+ if (!file_exists("C:\\data")) {
8
8
 
9
- mkdir("C:\\directory_one", 0777, true);
9
+ mkdir("C:\\data", 0777, true);
10
10
 
11
11
  }
12
12