« Prev 4.3.3.1 The Command Builder | Table of Contents | Next » 4.3.3.3 The Directory Builder |
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.
« Prev 4.3.3.1 The Command Builder | Table of Contents | Next » 4.3.3.3 The Directory Builder |