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

Method getFolder

app/src/processing/app/Sketch.java:1712–1714  ·  view source on GitHub ↗

Returns the sketch folder.

()

Source from the content-addressed store, hash-verified

1710 * Returns the sketch folder.
1711 */
1712 public File getFolder() {
1713 return folder;
1714 }
1715
1716
1717 /**

Callers 2

runMethod · 0.95
buildSketchMenuMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected