Owen
Owen

Reputation: 4173

MFC - Copy a directory, it's subfolders and files

How do you copy a directory, subfolders and it's files? CopyFile doesn't allow wildcards, MoveFileEx works but the source directory is of course, "moved" not actually "copied"

Thanks...

Upvotes: 2

Views: 8711

Answers (1)

Owen
Owen

Reputation: 4173

Thanks... here's a better way though... simple and easy... http://www.codeproject.com/KB/files/alexfileoperations.aspx

Upvotes: 2

Related Questions