std-file-exist-p


Synopsis

(std-file-exist-p <fname>)

Description

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.

Example

(std-file-exist-p "/acad/test.lsp")  => T or nil

Arguments

fname: a string. A partial or fully qualified filename specifier.

Return Value

T or nil.

Side Effects

None.

Module

(std-require 'STDFILE)

Defined in STDFILE