Returns the location of the sketch's data folder. (It may not exist yet.)
()
| 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() { |
no outgoing calls
no test coverage detected