emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Q: file-directory-p


From: T.V Raman
Subject: Q: file-directory-p
Date: Sun, 17 Mar 2024 11:00:04 -0700

If I evaluate
(cl-remove-if-not #'file-directory-p (directory-files
"~/sourceforge/gnu-emacs/lisp"))
where sourceforge/gnu-emacs is my Emacs sourcetree, I expected to get
the subdirs of lisp; instead I get:
("." "..")

What am I doing wrong?
-- 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]