我在一个项目 cd.ef.gh/country/terms/license/CreateLicense.java
从类 CreateLicense.java,我想检查一个文件是否存在于不同的项目中。但是下面的代码总是返回下降
File newfile = new File(uv.wx.yz/legal/expiry/notice/readme.txt)
if(newfile.exists()) // this always returns false , even though the readme.txt file is exactly at that location.
我显然在这里遗漏了一件简单的事情或忽略了一些明显的事情
请帮忙
谢谢