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

Method saveFile

arduino-core/src/processing/app/legacy/PApplet.java:605–607  ·  view source on GitHub ↗

Identical to savePath(), but returns a File object.

(String where)

Source from the content-addressed store, hash-verified

603 * Identical to savePath(), but returns a File object.
604 */
605 public File saveFile(String where) {
606 return new File(savePath(where));
607 }
608
609 /**
610 * Similar to createInput() (formerly openStream), this creates a Java

Callers 2

saveStringsMethod · 0.95
createOutputMethod · 0.95

Calls 1

savePathMethod · 0.95

Tested by

no test coverage detected