1. first practical question: easy way to do a recursive dir copy
Hi there,
Is there a simple way to do a recursive directory copy
in Eu. Like entering a certain directory and copying all
files and lower subdirs from that directory to a destination
while retaining the directory structure.
I looked around for something usefull in the archive but
could not find anything.
Any pointers ?
Hans Peter Willems
2. Re: first practical question: easy way to do a recursive dir copy
On Wed, Jul 02, 2003 at 08:11:56PM +0000, Peter Willems wrote:
>
>
> Hi there,
>
> Is there a simple way to do a recursive directory copy
> in Eu. Like entering a certain directory and copying all
> files and lower subdirs from that directory to a destination
> while retaining the directory structure.
>
> I looked around for something usefull in the archive but
> could not find anything.
>
> Any pointers ?
>
> Hans Peter Willems
>
Strange. Juergen, isn't our cross platform file library in the archives?
Anyways, Juergen and I wrote this file library that provides several file
manipulation routines, including copy, move, rename, and delete. One of the
functions in that library did exactly what you are asking for (iirc it was
called xcopy). I think it was called file2.e
jbrown
--
/"\ ASCII ribbon | http://www.geocities.com/jbrown1050/
\ / campain against | Linux User:190064
X HTML in e-mail and | Linux Machine:84163
/*\ news, and unneeded MIME | http://verify.stanford.edu/evote.html
3. Re: first practical question: easy way to do a recursive dir copy
- Posted by gertie at visionsix.com
Jul 02, 2003
On 2 Jul 2003, at 20:11, Peter Willems wrote:
>
>
> Hi there,
>
> Is there a simple way to do a recursive directory copy
> in Eu. Like entering a certain directory and copying all
> files and lower subdirs from that directory to a destination
> while retaining the directory structure.
>
> I looked around for something usefull in the archive but
> could not find anything.
See Win32Fil.ew or file.e. You'll need to recurse yourself, unless you use
walk_dir().
Kat
4. Re: first practical question: easy way to do a recursive dir copy
Hi Jim, you wrote:
> On Wed, Jul 02, 2003 at 08:11:56PM +0000, Peter Willems wrote:
>>
>>
>> Hi there,
>>
>> Is there a simple way to do a recursive directory copy
>> in Eu. Like entering a certain directory and copying all
>> files and lower subdirs from that directory to a destination
>> while retaining the directory structure.
>>
>> I looked around for something usefull in the archive but
>> could not find anything.
>>
>> Any pointers ?
>>
>> Hans Peter Willems
>>
>
> Strange. Juergen, isn't our cross platform file library in the archives?
I haven't finished it yet, sorry.
Best regards,
Juergen
--
/"\ ASCII ribbon campain | |\ _,,,---,,_
\ / against HTML in | /,`.-'`' -. ;-;;,_
X e-mail and news, | |,4- ) )-,_..;\ ( `'-'
/ \ and unneeded MIME | '---''(_/--' `-'\_)
5. Re: first practical question: easy way to do a recursive dir copy
On Fri, Jul 11, 2003 at 12:58:27PM +0200, Juergen Luethje wrote:
>
>
> Hi Jim, you wrote:
>
> > On Wed, Jul 02, 2003 at 08:11:56PM +0000, Peter Willems wrote:
> >>
> >>
> >> Hi there,
> >>
> >> Is there a simple way to do a recursive directory copy
> >> in Eu. Like entering a certain directory and copying all
> >> files and lower subdirs from that directory to a destination
> >> while retaining the directory structure.
> >>
> >> I looked around for something usefull in the archive but
> >> could not find anything.
> >>
> >> Any pointers ?
> >>
> >> Hans Peter Willems
> >>
> >
> > Strange. Juergen, isn't our cross platform file library in the archives?
>
> I haven't finished it yet, sorry.
>
> Best regards,
> Juergen
>
Hey, no rush. ;]
jbrown
> --
> /"\ ASCII ribbon campain | |\ _,,,---,,_
> \ / against HTML in | /,`.-'`' -. ;-;;,_
> X e-mail and news, | |,4- ) )-,_..;\ ( `'-'
> / \ and unneeded MIME | '---''(_/--' `-'\_)
>
>
>
> TOPICA - Start your own email discussion group. FREE!
>
>
--
/"\ ASCII ribbon | http://www.geocities.com/jbrown1050/
\ / campain against | Linux User:190064
X HTML in e-mail and | Linux Machine:84163
/*\ news, and unneeded MIME | http://verify.stanford.edu/evote.html