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

Method customLanguageFilePath

code/src/java/pcgen/core/CustomData.java:143–146  ·  view source on GitHub ↗

GEt customLanguageFilePath @param usePath @return customLanguageFilePath

(final boolean usePath)

Source from the content-addressed store, hash-verified

141 * @return customLanguageFilePath
142 */
143 public static String customLanguageFilePath(final boolean usePath)
144 {
145 return getCustomPath("Languages", usePath);
146 }
147
148 /**
149 * Get custom purchase mode path

Callers 2

writeCustomLanguagesMethod · 0.95

Calls 1

getCustomPathMethod · 0.95

Tested by

no test coverage detected