Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCGen/pcgen
/ getCustomDir
Method
getCustomDir
code/src/java/pcgen/system/PCGenSettings.java:149–152 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
147
}
148
149
public
static
String getCustomDir()
150
{
151
return
getDirectory(CUSTOM_DATA_DIR);
152
}
153
154
private
static
String getSystemProperty(String key)
155
{
Callers
4
LocationPanel
Method · 0.95
prefsButtonHandler
Method · 0.95
ensureCustomDirExists
Method · 0.95
getCustomPath
Method · 0.95
Calls
1
getDirectory
Method · 0.95
Tested by
no test coverage detected