std-file-exist-p | ![]() |
STD-FILE-EXIST-P checks if the file exists on the given filesystem. It is similar to std-probe-file, but it only returns T or nil.
(std-file-exist-p "/acad/test.lsp") => T or nil
fname: a string. A partial or fully qualified filename specifier.
T or nil.
None.
(std-require 'STDFILE)
Defined in STDFILE