MCPcopy Index your code
hub / github.com/benfry/processing4 / saveFile

Method saveFile

core/src/processing/core/PApplet.java:7263–7265  ·  view source on GitHub ↗

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

(String where)

Source from the content-addressed store, hash-verified

7261 * Identical to savePath(), but returns a File object.
7262 */
7263 public File saveFile(String where) {
7264 return new File(savePath(where));
7265 }
7266
7267
7268 static File desktopFolder;

Callers 9

saveXMLMethod · 0.95
saveJSONObjectMethod · 0.95
saveJSONArrayMethod · 0.95
saveTableMethod · 0.95
createWriterMethod · 0.95
createOutputMethod · 0.95
saveStreamMethod · 0.95
saveBytesMethod · 0.95
saveStringsMethod · 0.95

Calls 1

savePathMethod · 0.95

Tested by

no test coverage detected