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

Method getPortableFolder

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

Source from the content-addressed store, hash-verified

255 }
256
257 static public File getPortableFolder() {
258 return portableFolder;
259 }
260
261 static public String getPortableSketchbookFolder() {
262 return portableSketchbookFolder;

Callers 7

getSettingsFolderMethod · 0.95
getSketchbookFolderMethod · 0.95
getSketchbookPathMethod · 0.95
savePreferencesDataMethod · 0.95
BaseMethod · 0.95
restoreSketchesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected