Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getVendorDataDir
Method · 0.95
getHomebrewDataDir
Method · 0.95
getCustomDir
Method · 0.95
Calls
2
expandRelativePath
Method · 0.95
getSystemProperty
Method · 0.95
Tested by
no test coverage detected