質問編集履歴
1
コード内容を一部修正しました
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
|
|