【发布时间】:2012-07-23 15:00:25
【问题描述】:
我正在使用以下代码创建文件
OutputStreamWriter out = new OutputStreamWriter(openFileOutput("try.txt",0));
// write the contents on mySettings to the file
out.write("erterter");
// close the file
out.close();
【问题讨论】:
-
@Tim 我现在看到了,然后删除了我的错误评论
标签: android file directory storage