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

Method getMainPath

app/src/processing/app/Sketch.java:1704–1706  ·  view source on GitHub ↗

Returns path to the main .pde file for this sketch.

()

Source from the content-addressed store, hash-verified

1702 * Returns path to the main .pde file for this sketch.
1703 */
1704 public String getMainPath() {
1705 return mainFile.getAbsolutePath();
1706 }
1707
1708
1709 /**

Callers 6

changeModeMethod · 0.95
renameSketchMethod · 0.95
equalsMethod · 0.95
removeModeMethod · 0.80
removeMethod · 0.80
RecordMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected