method PathRef.prototype.copyFileimport { PathRef } from "https://deno.land/x/dax@0.33.0/src/path.ts"; copyFile(destinationPath: string | URL | PathRef): Promise<PathRef>Copies the file to the specified destination path. ParametersdestinationPath: string | URL | PathRefReturnsPromise<PathRef>The destination file path.