MCPcopy Index your code
hub / github.com/benfry/processing4 / setSketchbookPath

Method setSketchbookPath

app/src/processing/app/Preferences.java:395–397  ·  view source on GitHub ↗
(String path)

Source from the content-addressed store, hash-verified

393
394
395 static protected void setSketchbookPath(String path) {
396 set("sketchbook.path.four", path); //$NON-NLS-1$
397 }
398}

Callers 3

checkSketchbookPrefMethod · 0.95
setSketchbookFolderMethod · 0.95

Calls 1

setMethod · 0.95

Tested by

no test coverage detected