Click or drag to resize

RhinoDocFromFilePath Method

Search the open document list for a document with a Path equal to the specified file path.

Namespace:  Rhino
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public static RhinoDoc FromFilePath(
	string filePath
)

Parameters

filePath
Type: SystemString
The full path to the file to search for.

Return Value

Type: RhinoDoc
The file name to search for
See Also