Searches for a file using Rhino's search path. Rhino will look for a file in the following locations:
The current document's folder.
Folder's specified in Options dialog, File tab.
Rhino's System folders.
Rhino.FindFile (strFilename)
strFilename |
Required. String. A valid filename. |
String |
A qualified path to the specified filename if successful. |
Null |
If not successful, or on error. |
Dim strPath
strPath = Rhino.FindFile("Rhino.exe")
MsgBox strPath