Returns path to the main .pde file for this sketch.
()
| 1702 | * Returns path to the main .pde file for this sketch. |
| 1703 | */ |
| 1704 | public String getMainPath() { |
| 1705 | return mainFile.getAbsolutePath(); |
| 1706 | } |
| 1707 | |
| 1708 | |
| 1709 | /** |
no outgoing calls
no test coverage detected