Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mesozoic/lib/sources/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.3.7/lib/sources/file.ts";

Parameters

_to: string
optional
_filePath: string | undefined

Returns

Promise<IFile>