Function: f-base
f-base is a byte-compiled function defined in f.el.
Signature
(f-base PATH)
Documentation
Return the name of PATH, excluding the extension of file.
Source Code
;; Defined in ~/.emacs.d/elpa/f-20241003.1131/f.el
(defun f-base (path)
"Return the name of PATH, excluding the extension of file."
(f-no-ext (f-filename path)))