Home > RhinoScript Methods > Application Methods > ExeFolder
Returns the full path to Rhino's executable folder.
Rhino.ExeFolder ()
None.
String |
Rhino's executable folder if successful. |
Null |
If not successful, or on error. |
Dim strFolder
strFolder = Rhino.ExeFolder
MsgBox strFolder