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

Method getDirectory

code/src/java/pcgen/system/PCGenSettings.java:164–167  ·  view source on GitHub ↗
(String key)

Source from the content-addressed store, hash-verified

162 }
163
164 private static String getDirectory(String key)
165 {
166 return expandRelativePath(getSystemProperty(key));
167 }
168
169 private static String expandRelativePath(String path)
170 {

Callers 3

getVendorDataDirMethod · 0.95
getHomebrewDataDirMethod · 0.95
getCustomDirMethod · 0.95

Calls 2

expandRelativePathMethod · 0.95
getSystemPropertyMethod · 0.95

Tested by

no test coverage detected