无法创建新文件:设备尚未就绪

Err*_*ion 4 java file-io file

我正在使用Java创建一个新文件,但我得到了异常:

Exception in thread "main" java.io.IOException: The device is not ready
at java.io.WinNTFileSystem.createFileExclusively(Native Method)
at java.io.File.createNewFile(File.java:947)
at pdfconverter.PdfConverter.main(PdfConverter.java:96)
Run Code Online (Sandbox Code Playgroud)

Java结果:1

在我的第96行是这个条件:

if (!logfile.exists()) {
        logfile.createNewFile();//line 96
    }
Run Code Online (Sandbox Code Playgroud)

我之前使用过这个时间,我不明白发生了什么因为我以管理员身份登录.请帮忙.

Err*_*ion 7

问题是路径,它没有被发现,因为有人改名从F中的驱动器号D.对不起,我没注意到随着时间的推移.