method Path.prototype.copyFileSyncimport { Path } from "https://dotland.deno.dev/x/dax@0.39.2/mod.ts"; copyFileSync(destinationPath: string | URL | Path): PathCopies the file to the destination path synchronously. ParametersdestinationPath: string | URL | PathReturnsPathThe destination file path.