Returns the full path to Rhino's executable folder.
rhinoscriptsyntax.ExeFolder()
rhinoscript.application.ExeFolder()
None.
String |
Rhino's executable folder if successful. |
import rhinoscriptsyntax as rs
folder = rs.ExeFolder()
print folder