Returns the path of the currently loaded Rhino document (3DM file).
Rhino.DocumentPath ()
None.
String |
The current document path if successful. |
Null |
If not successful, or on error. |
Dim strPath
strPath = Rhino.DocumentPath
MsgBox strPath