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

Method renamedTo

arduino-core/src/processing/app/SketchFile.java:192–194  ·  view source on GitHub ↗

Should be called when this file was renamed and renameTo could not be used (e.g. when renaming the entire sketch directory).

(File what)

Source from the content-addressed store, hash-verified

190 * be used (e.g. when renaming the entire sketch directory).
191 */
192 protected void renamedTo(File what) {
193 file = what;
194 }
195
196 /*
197 * Returns the filename include extension.

Callers 3

renameToMethod · 0.95
saveAsMethod · 0.95
renameToMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected