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 |
如果执行不成功或出错,返回空值。 |
Dim strPath
strPath = Rhino.LastLoadedScriptFile
MsgBox strPath