MCPcopy
hub / github.com/arduino/Arduino / getDataFolder

Method getDataFolder

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

Source from the content-addressed store, hash-verified

204 }
205
206 public File getDataFolder() {
207 return new File(folder, "data");
208 }
209
210 /**
211 * Is any of the files in this sketch modified?

Callers 3

prepareDataFolderMethod · 0.95
saveAsMethod · 0.95
addFileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected