MCPcopy Create free account
hub / github.com/PCGen/pcgen / expandRelativePath

Method expandRelativePath

code/src/java/pcgen/system/PCGenSettings.java:169–176  ·  view source on GitHub ↗
(String path)

Source from the content-addressed store, hash-verified

167 }
168
169 private static String expandRelativePath(String path)
170 {
171 if (path.startsWith("@"))
172 {
173 path = SystemUtils.USER_DIR + File.separator + path.substring(1);
174 }
175 return path;
176 }
177
178 private static String unexpandRelativePath(String path)
179 {

Callers 1

getDirectoryMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected