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

Method saveFile

app/src/processing/app/Base.java:2302–2304  ·  view source on GitHub ↗

Spew the contents of a String object out to a file.

(String str, File file)

Source from the content-addressed store, hash-verified

2300 * Spew the contents of a String object out to a file.
2301 */
2302 static public void saveFile(String str, File file) throws IOException {
2303 BaseNoGui.saveFile(str, file);
2304 }
2305
2306
2307 /**

Callers

nothing calls this directly

Calls 1

saveFileMethod · 0.95

Tested by

no test coverage detected