RE: first practical question: easy way to do a recursive dir copy
Hi Peter,
I'd say that the easiest way is to use system/system_exec and let the OS
take care of it. For DOS/Windows, for example, you could use:
"xcopy source destination /se"
-- Brian
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
>
|
Not Categorized, Please Help
|
|