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.
()
| 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 | /** |