LastLoadedScriptFile - PYTHON 不支持

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

同见

IsProcedure