- 博客(1)
- 收藏
- 关注
转载 获取文件上层路径
java获取文件路径的父目录的较好方法如下, 不要用indexOf("\")或indexOf("/")然后截断的方法。 File file = new File(“a.txt”); String parentPath = file.getParent(); // null File parentDir = file.getParentFile(); // null System.out.println(“parentPath=”+parentPath); // 获取相对路径 file = new File(
2020-09-01 10:31:02 1124
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人