gpt4 book ai didi

java - 替代 Java 6 中的路径?

转载 作者:行者123 更新时间:2023-12-04 14:08:40 26 4
gpt4 key购买 nike

我想在 Java 6 中检索当前目录的绝对路径,但不能使用 Paths

String currentDirectory = Paths.get(".").toAbsolutePath().normalize().toString();

有什么选择?

最佳答案

使用 new File(".").getAbsolutePath()

https://docs.oracle.com/javase/7/docs/api/java/io/File.html#getAbsolutePath()

Returns the absolute abstract pathname denoting the same file or directory as this abstract pathname

Since: 1.2

关于java - 替代 Java 6 中的路径?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44109027/

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