Variable: cape-file-directory-must-exist
cape-file-directory-must-exist is a customizable variable defined in
cape.el.
Value
t
Documentation
The parent directory must exist for file completion.
Source Code
;; Defined in ~/.emacs.d/elpa/cape-20260804.2303/cape.el
(defcustom cape-file-directory-must-exist t
"The parent directory must exist for file completion."
:type 'boolean)