虎克的Android SDK百科全書
2013年10月24日 星期四
delete file
ex:
File file = new File(context.getFilesDir(), "plan.txt");
try {
file.getCanonicalFile().delete();
} catch (IOException e) {
// TODO Auto-generated catch block
e.printStackTrace();
}
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言