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
)
String fileName
)
Parameters:
- fileName
- Type: System.String
- short file name to search for.
Returns:
Type: String
full imagePath on success; None on error.
Available since:
5.0