回答編集履歴

1

誤記修正。

2020/05/04 15:32

投稿

tsuchin
tsuchin

スコア16

test CHANGED
@@ -9,6 +9,8 @@
9
9
  間違いやアドバイス在りましたらコメント頂けたら幸いです。
10
10
 
11
11
 
12
+
13
+ 以下の記述で動作しました。
12
14
 
13
15
  ```java
14
16
 
@@ -22,7 +24,7 @@
22
24
 
23
25
 
24
26
 
25
- ・getFileStreamPath、openFileOutput(String, int)でファイルを作成するフォルダの絶対パスを返す。
27
+ ・getFileStreamPath、openFileOutput(String, int)でファイルを作成するフォルダの絶対パスを返す。
26
28
 
27
29
  ・openFileOutput(String, int)でファイルを作成するフォルダは、基本的には作成したアプリケーション専用のローカルファイル。
28
30