ExeFolder

Returns the full path to Rhino's executable folder.

Syntax

rhinoscriptsyntax.ExeFolder()

rhinoscript.application.ExeFolder()

Parameters

None.

Returns

String

Rhino's executable folder if successful.

Example

import rhinoscriptsyntax as rs

folder = rs.ExeFolder()

print folder

Also See

InstallFolder

RegistryKey