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

Method prepareCodeFolder

app/src/processing/app/Sketch.java:1657–1662  ·  view source on GitHub ↗

Create the code folder if it does not exist already. As a convenience, it also returns the code folder, since it's likely about to be used.

()

Source from the content-addressed store, hash-verified

1655 * it also returns the code folder, since it's likely about to be used.
1656 */
1657 public File prepareCodeFolder() {
1658 if (!codeFolder.exists()) {
1659 codeFolder.mkdirs();
1660 }
1661 return codeFolder;
1662 }
1663
1664
1665// public String getClassPath() {

Callers 1

addFileMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected