MCPcopy 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

getPcgTokenMethod · 0.95
exportSpellsMethod · 0.95
LocationPanelMethod · 0.95
prefsButtonHandlerMethod · 0.95
makeFilenameAbsoluteMethod · 0.95
readCharacterFileListMethod · 0.95
doExportEntirePartyMethod · 0.95

Calls 2

getInstanceMethod · 0.95
getPropertyMethod · 0.45

Tested by

no test coverage detected