Does anyone know how I could achieve something like the DOS command "copy *.*" in c++ code? I'm simply trying to copy the contents of on directory to another. Thanks in advance for any advice/help.

Thranil