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

Method getMainFilePath

app/src/processing/app/Sketch.java:1602–1604  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

1600 * Returns path to the main .pde file for this sketch.
1601 */
1602 public String getMainFilePath() {
1603 return primaryFile.getAbsolutePath();
1604 }
1605
1606
1607 /**

Callers 5

changeModeMethod · 0.95
updateInternalMethod · 0.95
menuSelectedMethod · 0.80
removeMethod · 0.80
RecordMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected