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

Method getDataFolder

app/src/processing/app/Sketch.java:1618–1620  ·  view source on GitHub ↗

Returns the location of the sketch's data folder. (It may not exist yet.)

()

Source from the content-addressed store, hash-verified

1616 * Returns the location of the sketch's data folder. (It may not exist yet.)
1617 */
1618 public File getDataFolder() {
1619 return dataFolder;
1620 }
1621
1622
1623 public boolean hasDataFolder() {

Callers 2

exportApplicationMethod · 0.80
addDataFolderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected