Description:

Searches for a file using Rhino's search imagePath. Rhino will look for a file in the following locations: 1. The current document's folder. 2. Folder's specified in Options dialog, File tab. 3. Rhino's System folders.

Syntax:
public static string FindFile(
string fileName
)
Parameters:
  • fileName
  • Type: string
  • short file name to search for.
Returns:
Type: string
full imagePath on success; None on error.
Available since:
5.0

Nothing found