class File
Usage in Deno
```typescript import { File } from "node:node__buffer.d.ts"; ```A [`File`](https://developer.mozilla.org/en-US/docs/Web/API/File) provides information about files.
readonly
lastModified: number
The last modified date of the `File`.
readonly
name: string
The name of the `File`.