Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/mesozoic/lib/file.ts>File#copyTo

A generic build system for Deno web apps
Go to Latest
method File.prototype.copyTo
import { File } from "https://deno.land/x/mesozoic@v1.0.0-alpha.26/lib/file.ts";

Parameters

_to: string
optional
_filePath: string | undefined

Returns

Promise<IFile>