env.Copy(destination, sources) # Example env.Copy("mytests", "^/mytests") env.Copy("^/dist/share", "share")
The Copy builder can copy files or directories to a target location.
Copy