Copies the contents of a directory to a destination directory
directoryCopy(source, destination [, recurse][, filter])
→ returns void
false
true
Copy directory from one place to another.
directoryCopy(expandPath("./mySourceDirectory"),expandPath("../MyDestinationDirectory"))