Copy a file or directory to a new location. The destination must not already exist. If source is a directory, its entire contents are copied recursively.
source
Path to the existing file or directory. ~ is expanded.
~
Path for the copy. ~ is expanded.
true on success, false on failure.
true
false
Copy a file or directory to a new location. The destination must not already exist. If
sourceis a directory, its entire contents are copied recursively.