我想检查文件是否存在于我的包文件夹中,但是我不想创建一个新文件。File file = new File(filePath);if(file.exists()) return true;是否在不创建新文件的情况下检查此代码? 查看完整描述