我正在使用一个库,我需要获得一个存储在原始文件夹中的文件路径,所以库方法会创建一个FileInputStream,但是我总是从库方法中得到一个FileNotFoundException。但是当我尝试:FileInputStream fis = new FileInputStream(path);时,我得到了FileNotFoundException。
在我的程序中,我反复阅读这样的一些文件:FileInputStreamin = new FileInputStream(myLetter);in.close();
因为有许多小文件是要用importRtfDocumentimportRtfDocument方法来自我正在使用的一个库,需要给它一个FileInpu