Xref: utzoo gnu.emacs.help:1469 comp.emacs:10333 Path: utzoo!utgpu!watserv1!watmath!uunet!tut.cis.ohio-state.edu!unreplyable!garbage From: TRANLE@INTELLICORP.COM (Minh Tran-Le) Newsgroups: gnu.emacs.help,comp.emacs Subject: lisp function to look for a file in a list of directories ... Message-ID: <9103180416.AA08395@life.ai.mit.edu> Date: 18 Mar 91 04:19:19 GMT Sender: daemon@tut.cis.ohio-state.edu Reply-To: tranle@intellicorp.com Followup-To: gnu.emacs.help Organization: Gatewayed from the GNU Project mailing list help-gnu-emacs@prep.ai.mit.edu Lines: 13 Does anybody have a lisp function to do the lookup for a file in a list of directories. I have a list of directories ("dir1" "dir2" ...) and I would like to find if a file xyz.u exists in one of these directories. Something like the unix command `which'. Is there a builtin function for doing it ? Thanks, Minh Tran-Le. -------