Deno.File is a bit unfortunate name because it's easy to confuse it with global File Web API (https://developer.mozilla.org/pl/docs/Web/API/File).
We should rename Deno.File to Deno.FsFile to avoid confusion. Deno.File will be marked as deprecated and scheduled for removal in Deno 2.0.
Deno.Fileis a bit unfortunate name because it's easy to confuse it with globalFileWeb API (https://developer.mozilla.org/pl/docs/Web/API/File).We should rename
Deno.FiletoDeno.FsFileto avoid confusion.Deno.Filewill be marked as deprecated and scheduled for removal in Deno 2.0.