help-gnu-emacs
[Top][All Lists]
Advanced

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

traverse a directory


From: Xah Lee
Subject: traverse a directory
Date: Tue, 1 Jan 2008 08:51:33 -0800 (PST)
User-agent: G2/1.0

if i want to recurse into a directory, do i have to write my own?

e.g. i want to apply a file processing function to all files in a dir
and subdirs. Somethnig like

(apply 'process-my-file "/Users/xah/emacs/" "\.html$")

I noticed that directory-files only list the dir file. Someone told me
there's a directory-files-recur but that doesn't seems to be in emacs.

thx in advance.

  Xah
  xah@xahlee.org
\xAD\xF4 http://xahlee.org/



reply via email to

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