Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
checkSketchbookPref
Method · 0.95
locateSketchbookFolder
Method · 0.95
setSketchbookFolder
Method · 0.95
Calls
1
set
Method · 0.95
Tested by
no test coverage detected