プロジェクト 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.
私は明らかに簡単なことを見逃しているか、ここで明らかなことを見落としています
助けてください
ありがとう