MCPcopy Index your code
hub / github.com/processing/processing / openFolderAvailable

Method openFolderAvailable

app/src/processing/app/Platform.java:162–164  ·  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

160 * @return true If a means of opening a folder is known to be available.
161 */
162 static public boolean openFolderAvailable() {
163 return inst.openFolderAvailable();
164 }
165
166
167 /**

Callers 1

buildSketchMenuMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected