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

Method getSketchbookLibrariesFolder

app/src/processing/app/Base.java:2001–2003  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1999
2000
2001 static public File getSketchbookLibrariesFolder() {
2002 return new File(sketchbookFolder, "libraries");
2003 }
2004
2005
2006 static public File getSketchbookToolsFolder() {

Callers 5

rebuildLibraryListMethod · 0.95
cleanupMethod · 0.95
getSketchbookFolderMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected