deno / latest / ~ / deno.file.html

Deno.File

deprecated

The Deno abstraction for reading and writing files.

@deprecated

Use Deno.FsFile instead. Deno.File will be removed in the future.

const File: FsFile;

© 2018–2022 the Deno authors
https://doc.deno.land/deno/stable/~/Deno.File