Function: org-persist-read:file

org-persist-read:file is a byte-compiled function defined in org-persist.el.gz.

Signature

(org-persist-read:file _ PATH _)

Documentation

Read file container from PATH.

Aliases

org-persist-load:file

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-persist.el.gz
(defun org-persist-read:file (_ path __)
  "Read file container from PATH."
  (when (and path (file-exists-p (org-file-name-concat org-persist-directory path)))
    (org-file-name-concat org-persist-directory path)))