findfile
(findfile pathname)
This function searches for the specified file
or folder in all SupportPaths.
Arguments |
pathname string, any file or folder name to search |
Return |
string, the fully qualified folder or file name, or NIL if no such file or folder is found |
Example |
(findfile "bricscad.exe") "c:\\Program Files\\.....\\bricscad.exe" |
Remarks |
forward and backward slashes
are automatically handled, according to the actual platform
(Windows, Linux, Mac), |
© Bricsys NV. All rights reserved. |