(vl_file_directory-p)

(vl-file-directory-p filename)


Determine whether a file name is the name of a directory.


This function returns T if the file name is the name of a directory or F if the file name is not the name of a directory.

Example

Code Returns
(vl-file-directory-p "d:\file") F

 

Tell me about...

LISP Compatibility

Programming Overview of LISP (LISt Processing) Language