0

Is there a function in Emacs to check whether a given existing file lies somewhere "under" a (root) directory, that is anywhere inside the tree structure of the root directory.

Nordlöw
  • 11,838
  • 10
  • 52
  • 99

1 Answers1

1

Check find-name-dired or find-dired.

They use the using the find utility.

louxiu
  • 2,830
  • 3
  • 28
  • 42