Copies a file from the source path to the destination path asynchronously.
The source path of the file to be copied.
The destination path where the file will be copied.
Optional
A Promise that resolves to true if the file is copied successfully, or false if the source file doesn't exist.
"/path/to/source/file.txt" -> "/path/to/destination/file.txt" Copy
"/path/to/source/file.txt" -> "/path/to/destination/file.txt"
3.0.0
2025-10-24
Copies a file from the source path to the destination path asynchronously.