Returns a file object for the primary .pde of this sketch.
()
| 151 | * Returns a file object for the primary .pde of this sketch. |
| 152 | */ |
| 153 | public SketchFile getPrimaryFile() { |
| 154 | return files.get(0); |
| 155 | } |
| 156 | |
| 157 | /** |
| 158 | * Returns path to the main .pde file for this sketch. |
no test coverage detected