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