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 10:54:11 -0700 (PDT)
User-agent: G2/1.0

On Sep 11, 7:16 am, Andreas Politz <poli...@fh-trier.de> wrote:
> wart <fakeid...@gmail.com> writes:
> > I'm with you Xah.  I wish there is such a function.  The reason is
> > portability.  That way I can run the same elisp code on windows too.
>
> 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)

i don't seems to have dired-copy-file-recursive? it doesn't seems to
be in dired.el.

 Xah


reply via email to

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