std-file-readable-p | ![]() |
std-file-readable-p checks if the file exists on the given filesystem and maybe opened for reading. It returns only T or nil. Files may exist and not being readable if they are already open.
(std-file-readable-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