Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ getFolder
Method
getFolder
app/src/processing/app/Sketch.java:1610–1612 ·
view source on GitHub ↗
Returns the sketch folder.
()
Source
from the content-addressed store, hash-verified
1608
* Returns the sketch folder.
1609
*/
1610
public
File getFolder() {
1611
return
folder;
1612
}
1613
1614
1615
/**
Callers
1
run
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected