【发布时间】:2013-07-25 23:46:56
【问题描述】:
我有这样的文件路径位置:
Properties readProp = \\192.168.41.84\dev\config\dev\config.properties
我该如何操作它,所以我删除了 config.properties 的部分 并将其替换为 test\config.properties
所以新的属性位置将是:
Properties readProp = \\192.168.41.84\dev\config\dev\test\newconfig.properties
?
感谢您的时间和精力
【问题讨论】:
-
你能创建
SSCCE吗?
标签: java file properties filepath