Skip to content

M_Rhino_RhinoDoc_FindFile

Will Pearson edited this page Aug 12, 2016 · 2 revisions

RhinoDoc.FindFile Method

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

Namespace: Rhino
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public string FindFile(
	string filename
)

VB

Public Function FindFile ( 
	filename As String
) As String

Parameters

 

filename
Type: System.String
[Missing documentation for "M:Rhino.RhinoDoc.FindFile(System.String)"]

Return Value

Type: String
Path to existing file if found, an empty string if no file was found

Version Information

Supported in: 5D58w

See Also

Reference

RhinoDoc Class
Rhino Namespace

Clone this wiki locally