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: John A Pershing Jr
Subject: Re: emacs lisp command to copy dir and all subdir?
Date: Fri, 28 Aug 2009 16:25:02 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (windows-nt)

Xah Lee <xahlee@gmail.com> writes:

> On Aug 26, 5:32 am, Michael Heerdegen <nore...@nospam.dev.null> wrote:
>> Have a look at the doc of `dired-recursive-copies'.
>
> is this the only way?
>
> i think most modern scripting lang has a copy dir function... that'd
> be good in elisp.

Well, you could always run 'cp -p -r ..." in a subshell.

  -jp


reply via email to

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