标签: java get fileinfo
我需要获取应用程序的名称目录。例如,如果我的Java应用程序在C:\ Program Files \ example1.exe下运行,我需要将其作为“C:\ Program Files \ example1.exe”。或者它是在C:\ Windows \ example2.exe下工作 我需要把它作为“C:\ Windows \ example2.exe”。我该怎么办?
答案 0 :(得分:0)
您可以使用System.getProperty("user.dir")查找工作目录的位置。
System.getProperty("user.dir")