emacs delete directory recursively?

Posted by Stephen on Stack Overflow See other posts from Stack Overflow or by Stephen
Published on 2010-05-31T05:51:15Z Indexed on 2010/05/31 9:33 UTC
Read the original article Hit count: 240

Filed under:
|

I was searching through for a way to copy/delete directory trees... dired seems to have dired-copy-file-recursive (though sans documentation) and a search on 'recursive' also returns:

tramp-handle-dired-recursive-delete-directory is a compiled Lisp
function in `tramp.el'.

(tramp-handle-dired-recursive-delete-directory FILENAME)

Recursively delete the directory given.
This is like `dired-recursive-delete-directory' for Tramp files.

But I can't find dired-recursive-delete-directory anywhere! Anyone know what's going on? Thanks ~

© Stack Overflow or respective owner

Related posts about emacs

Related posts about emacs-lisp