Returns the location of the sketch's code folder. (It may not exist yet.)
()
| 1641 | * Returns the location of the sketch's code folder. (It may not exist yet.) |
| 1642 | */ |
| 1643 | public File getCodeFolder() { |
| 1644 | return codeFolder; |
| 1645 | } |
| 1646 | |
| 1647 | |
| 1648 | public boolean hasCodeFolder() { |
no outgoing calls
no test coverage detected