[Top][All Lists]
[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 <address@hidden> writes:
> On Aug 26, 5:32 am, Michael Heerdegen <address@hidden> 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