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

Method getSketchbookTemplatesFolder

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

Source from the content-addressed store, hash-verified

2019
2020
2021 static public File getSketchbookTemplatesFolder() {
2022 return new File(sketchbookFolder, "templates");
2023 }
2024
2025
2026 static protected File getDefaultSketchbookFolder() {

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected