Name: findfile
Syntax: (findfile fname)
Description: Returns the files full path if the file is located in the search paths of AutoCAD or the specific location that is used for the file. If the file is not found nil is returned.
Example(s): (findfile "acad.exe")
"c:\program files\acadr14\acad.exe"
|