Returns path to the main .pde file for this sketch.
()
| 1600 | * Returns path to the main .pde file for this sketch. |
| 1601 | */ |
| 1602 | public String getMainFilePath() { |
| 1603 | return primaryFile.getAbsolutePath(); |
| 1604 | } |
| 1605 | |
| 1606 | |
| 1607 | /** |
no outgoing calls
no test coverage detected