我想检查文件是否在我的包文件夹中,但是我不想创建一个新文件。
File file = new File(filePath);
if(file.exists())
return true;
是否在不创建新文件的情况下检查此代码?
测试文件是否存在的
—
piokuc
@Kunok我正在检查您的编辑评论:删除了诸如坦克之类的字眼……:P
—
Kevin Guan
@KevinGuan哦,是的,我不好,刚从新年前夜聚会回家,所以我无法正确书写:)
—
Kunok 2016年