simFindFile
simFindFile(t_filename) =>t_filename/ nil
Description
Finds the full file system pathname to t_filename in the install hierarchy, if it exists. The pathname this function searches for is specified by the prependInstallPath function.
The function is defined in /bin/si.You cannot modify this function.
Arguments
Value Returned
|
The full file system pathname of the install hierarchy if it exists. |
|
Examples
simFindFile("defaults.il")
Related Topics
Return to top