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

Method getToolsFolder

arduino-core/src/processing/app/BaseNoGui.java:418–420  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

416 }
417
418 static public File getToolsFolder() {
419 return toolsFolder;
420 }
421
422 static public String getToolsPath() {
423 return toolsFolder.getAbsolutePath();

Callers 1

buildToolsMenuMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected