MCPcopy Index your code
hub / github.com/arduino/Arduino / getFolder

Method getFolder

arduino-core/src/processing/app/Sketch.java:202–204  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

200 }
201
202 public File getFolder() {
203 return folder;
204 }
205
206 public File getDataFolder() {
207 return new File(folder, "data");

Callers 1

renameToMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected