MCPcopy Index your code
hub / github.com/benfry/processing4 / openFolderAvailable

Method openFolderAvailable

app/src/processing/app/Platform.java:172–174  ·  view source on GitHub ↗

Used to determine whether to disable the "Show Sketch Folder" option. @return true If a means of opening a folder is known to be available.

()

Source from the content-addressed store, hash-verified

170 * @return true If a means of opening a folder is known to be available.
171 */
172 static public boolean openFolderAvailable() {
173 return inst.openFolderAvailable();
174 }
175
176
177 /**

Callers 1

buildSketchMenuMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected