The source path of the file or directory to be copied.
The destination path where the file or directory will be copied.
Optionaloptions: ICopyFileOptionsA Promise that resolves to true if the file or directory is copied successfully, or false if it doesn't exist.
Copies a file or a directory from the source path to the destination path asynchronously. If the source is a directory, its entire contents will be recursively copied.