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

Method loadFile

app/src/processing/app/Base.java:2294–2296  ·  view source on GitHub ↗

Grab the contents of a file as a string.

(File file)

Source from the content-addressed store, hash-verified

2292 * Grab the contents of a file as a string.
2293 */
2294 static public String loadFile(File file) throws IOException {
2295 return BaseNoGui.loadFile(file);
2296 }
2297
2298
2299 /**

Callers

nothing calls this directly

Calls 1

loadFileMethod · 0.95

Tested by

no test coverage detected