method PathRef.prototype.copyFileSyncRe-exportimport { PathRef } from "https://deno.land/x/dax@0.33.0/mod.ts"; copyFileSync(destinationPath: string | URL | PathRef): PathRefCopies the file to the destination path synchronously. ParametersdestinationPath: string | URL | PathRefReturnsPathRefThe destination file path.