Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCGen/pcgen
/ getPcgDir
Method
getPcgDir
code/src/java/pcgen/system/PCGenSettings.java:119–122 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
117
}
118
119
public
static
String getPcgDir()
120
{
121
return
getInstance().getProperty(PCG_SAVE_PATH);
122
}
123
124
public
static
String getPortraitsDir()
125
{
Callers
8
getPcgToken
Method · 0.95
exportSpells
Method · 0.95
LocationPanel
Method · 0.95
prefsButtonHandler
Method · 0.95
makeFilenameAbsolute
Method · 0.95
readCharacterFileList
Method · 0.95
doExportEntireParty
Method · 0.95
doExportSingleCharacter
Method · 0.95
Calls
2
getInstance
Method · 0.95
getProperty
Method · 0.45
Tested by
no test coverage detected