Description:

Search for a file using Rhino's search path. Rhino will look in the following places: 1. Current model folder 2. Path specified in options dialog/File tab 3. Rhino system folders 4. Rhino executable folder

Syntax:
public string FindFile(
string filename
)
Returns:
Type: string
Path to existing file if found, an empty string if no file was found
Available since:
5.0

FindFile method

Class:  Rhino.RhinoDoc

Nothing found