|
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? --
[Prev in Thread] | Current Thread | [Next in Thread] |