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

Method hasDataFolder

app/src/processing/app/Sketch.java:1623–1625  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1621
1622
1623 public boolean hasDataFolder() {
1624 return dataFolder.exists();
1625 }
1626
1627
1628 /**

Callers 2

exportApplicationMethod · 0.80
addDataFolderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected