gpt4 book ai didi

java - PrintWriter 不允许我进入特定目录

转载 作者:行者123 更新时间:2023-12-02 03:27:21 26 4
gpt4 key购买 nike

try{
pw = new PrintWriter("C:\\Users\\SDSAD\\Desktop\\java\\file.txt");
}catch(Exception exc){
System.out.println();
}

最近一直在玩 IO,我尝试使用 PrintWriter,它一开始就起作用了,就像我刚刚输入的那样:

pw = new PrintWriter("file.txt");

它工作得很好,是我不允许在 PrintWriter 中设置特定目录还是我做错了什么?

最佳答案

PrintWriter 只能用于文件,请参阅 javadocs:

* @param  fileName
* The name of the file to use as the destination of this writer.
* If the file exists then it will be truncated to zero size;
* otherwise, a new file will be created. The output will be
* written to the file and is buffered.

当在目录上运行时,您期望它做什么?

编辑:问题改变后。

您做的一切都很好,我希望您在给定目录中没有该文件,或者您没有访问它的读取权限。

关于java - PrintWriter 不允许我进入特定目录,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38628018/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com