Function: f-full
f-full is a byte-compiled function defined in f.el.
Signature
(f-full PATH)
Documentation
Return absolute path to PATH, with ending slash.
Source Code
;; Defined in ~/.emacs.d/elpa/f-20241003.1131/f.el
(defun f-full (path)
"Return absolute path to PATH, with ending slash."
(f-slash (f-long path)))