The source path of the file to be copied.
The destination path where the file will be copied.
Optionaloptions: ICopyFileOptionsCopy behavior options (e.g. overwrite, throwOnError, logger).
A Promise that resolves to true if the file is copied successfully, or false if copying fails.
Copies a file from the source path to the destination path asynchronously.