标签: java
目前,为了检查文件是否存在,我使用
if (file.isFile())
到目前为止。
我在想,是否有任何边缘情况,我应该使用
if (file.isFile() && file.exists())