Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/benfry/processing4
/ getFolder
Method
getFolder
app/src/processing/app/Sketch.java:1712–1714 ·
view source on GitHub ↗
Returns the sketch folder.
()
Source
from the content-addressed store, hash-verified
1710
* Returns the sketch folder.
1711
*/
1712
public
File getFolder() {
1713
return
folder;
1714
}
1715
1716
1717
/**
Callers
2
run
Method · 0.95
buildSketchMenu
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected