gpt4 book ai didi

java - 如何在不映射驱动器的情况下创建代表 Windows 服务器上路径的文件?

转载 作者:行者123 更新时间:2023-12-02 07:41:33 24 4
gpt4 key购买 nike

我尝试过这个:

URI uri = URI.create( "file://servername/e$/somefile" );
File file = new File(uri);

但它抛出了:

java.lang.IllegalArgumentException: URI has an authority component

最佳答案

使用 Windows 样式路径(带有前导三斜杠):

File file = new File("\\\\\\server\\e$\\somefile");

关于java - 如何在不映射驱动器的情况下创建代表 Windows 服务器上路径的文件?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11532955/

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