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

Method getTempPath

code/src/java/pcgen/core/SettingsHandler.java:1083–1086  ·  view source on GitHub ↗

Returns the path to the temporary output location (for previews). @return the tempPath property

()

Source from the content-addressed store, hash-verified

1081 * @return the {@code tempPath} property
1082 */
1083 public static File getTempPath()
1084 {
1085 return TEMP_PATH;
1086 }
1087
1088 /**
1089 * @return Returns the useHigherLevelSlotsDefault.

Callers 3

getTempTokenMethod · 0.95
getTempOutputFilenameMethod · 0.95
removeTemporaryFilesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected