Returns path to the main .pde file for this sketch.
()
| 158 | * Returns path to the main .pde file for this sketch. |
| 159 | */ |
| 160 | public String getMainFilePath() { |
| 161 | return getPrimaryFile().getFile().getAbsolutePath(); |
| 162 | } |
| 163 | |
| 164 | public SketchFile getFile(int i) { |
| 165 | return files.get(i); |
no test coverage detected