MCPcopy Index your code
hub / github.com/processing/processing / getFolder

Method getFolder

app/src/processing/app/Mode.java:338–340  ·  view source on GitHub ↗

Get the folder where this mode is stored. @since 3.0a3

()

Source from the content-addressed store, hash-verified

336 * @since 3.0a3
337 */
338 public File getFolder() {
339 return folder;
340 }
341
342
343 public File getExamplesFolder() {

Callers 8

CompletionPanelMethod · 0.95
rebuildContribModesMethod · 0.45
loadSuggestionsMapMethod · 0.45
getSketchPathMethod · 0.45
exportApplicationMethod · 0.45
addDataFolderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected