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: Andreas Politz
Subject: Re: emacs lisp command to copy dir and all subdir?
Date: Fri, 11 Sep 2009 16:16:22 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)

wart <fakeid911@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)

-ap





reply via email to

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