Function: dired-nondirectory-p

dired-nondirectory-p is a byte-compiled function defined in dired-aux.el.gz.

Signature

(dired-nondirectory-p FILE)

Source Code

;; Defined in /usr/src/emacs/lisp/dired-aux.el.gz
(defun dired-nondirectory-p (file)
  (not (file-directory-p file)))