(findfile filename)


Find that file.


This function searches your computer for the location of a file. This is important because if you specify the name of a file in your LISP program that doesn't exist, you crash the program. When the file exists, its path and filename are returned; if it doesn't, the function returns nil.

 

Examples

Code Returns
(findfile "sampledwg.dwg") "c:\\icad\\sample\\sampledwg.dwg"
(findfile "junk.$$$") nil

 

Tell me about...

(getfiled title filename ext flags)

(load filename [flag])

(open filename mode)

(startapp appname [filename])

(xload appname [flag])

LISP Compatibility

Programming Overview of LISP (LISt Processing) Language

 


Bricscad™ is commercialized by Bricsys NV. Bricsys NV and Vondle NV are fully owned subsidiaries of Menhirs NV. © 2001- Menhirs NV - All rights reserved.