Return the full path to the last RhinoScript file that was loaded using the LoadScript command.
Rhino.LastLoadedScriptFile ()
None.
String |
The last loaded script file if successful. |
Null |
If not successful, or on error. |
Dim strPath
strPath = Rhino.LastLoadedScriptFile
MsgBox strPath