I have a dialog control with two list controls. One contains a directory listing of a drive and the other has the listing of another drive. I am successful in using MoveFileEx() to move an entire directory but am unable to just copy the directory. I thought that CopyFileEx would help but it will only copy a file (or at least that is all I am able to get it to do).
Is there a function that will copy a directory and all its contents without removing it from its source location?

If so, could you please point me in the right direction?

Thanks