Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/arduino/Arduino
/ getFolder
Method
getFolder
arduino-core/src/processing/app/Sketch.java:202–204 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
200
}
201
202
public
File getFolder() {
203
return
folder;
204
}
205
206
public
File getDataFolder() {
207
return
new
File(folder,
"data"
);
Callers
1
renameTo
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected