Skip to main content
Module

x/dax/mod.ts>PathRef#copyFileSync

Cross platform shell tools for Deno inspired by zx.
Very Popular
Go to Latest
method PathRef.prototype.copyFileSync
Re-export
import { PathRef } from "https://deno.land/x/dax@0.34.0/mod.ts";

Copies the file to the destination path synchronously.

Parameters

destinationPath: string | URL | PathRef

Returns

The destination file path.