Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/arduino/Arduino
/ getExamplesPath
Method
getExamplesPath
arduino-core/src/processing/app/BaseNoGui.java:234–236 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
232
}
233
234
static
public
String getExamplesPath() {
235
return
examplesFolder.getAbsolutePath();
236
}
237
238
static
public
File getHardwareFolder() {
239
// calculate on the fly because it's needed by Preferences.init() to find
Callers
1
isReadOnly
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected