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

質問編集履歴

1

コード内容を一部修正しました

2017/03/06 04:50

投稿

FumiakiNakao
FumiakiNakao

スコア180

title CHANGED
File without changes
body CHANGED
@@ -17,7 +17,7 @@
17
17
  ```java
18
18
 
19
19
  String dir = Environment.getExternalStorageDirectory().getPath();
20
- String path = dir + "/FileReadTest/sampleText";
20
+ String path = dir + "/FileReadTest/sampleText.txt";
21
21
 
22
22
  ```
23
23