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

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

Re: emacs lisp command to copy dir and all subdir?


From: Xah Lee
Subject: Re: emacs lisp command to copy dir and all subdir?
Date: Fri, 11 Sep 2009 18:40:57 -0700 (PDT)
User-agent: G2/1.0

On Sep 11, 7:16 am, Andreas Politz <poli...@fh-trier.de> wrote:
> Take a look how dired does it.  Run on your own risk.
> (dired-copy-file-recursive"~/.emacs.d/" "/tmp/emacs.d"
>  nil nil nil 'always)

On Sep 11, 10:54 am, Xah Lee <xah...@gmail.com> wrote:

> i don't seems to havedired-copy-file-recursive? it doesn't seems to
> be indired.el.

Ok. Found it. Thanks. It is in dired-aux.el.

(require 'dired-aux)
(dired-copy-file-recursive "c:/Users/xah/web/kacma" "c:/Users/xah/web/
kacma2" nil nil nil 'always)

  Xah
∑ http://xahlee.org/

reply via email to

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