M_Rhino_RhinoDoc_FindFile - mcneel/rhinocommon-api-docs GitHub Wiki
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
C#
public string FindFile(
string filename
)
VB
Public Function FindFile (
filename As String
) As String
- filename
- Type: System.String
[Missing documentation for "M:Rhino.RhinoDoc.FindFile(System.String)"]
Type: String
Path to existing file if found, an empty string if no file was found
Supported in: 5D58w