Re: Copy inc Subfolders? by Zhastaph
Zhastaph
Tue Feb 06 11:07:53 CST 2007
On Feb 6, 5:01 pm, "Paul G. Tobey [eMVP]" <p space tobey no spam AT no
instrument no spam DOT com> wrote:
> No, there's no source, but I'm sure it's just calling CopyFile(). Writing
> your own version of xcopy for directory structure is a pretty simple
> programming exercise (FindFirstFile(), FindNextFile(), CopyFile(),
> FindFirstFile(directory), FindNextFile(), CreateDirectory(), repeat).
>
> Paul T.
Yeah, I know but I'm lazy :o)