| [ Web Proxy ] |
| Viewing: https://developer.mozilla.org/en-US/docs/Web/API/FileSystemFileEntry | [Back] [Original] |
Get to know MDN better
The FileSystemFileEntry interface of the File and Directory Entries API represents a file in a file system. It offers properties describing the file's attributes, as well as the file() method, which creates a File object that can be used to read the file.
Inherits the properties of its parent interface, FileSystemEntry, but has no properties unique to this interface.
createWriter() Returns a FileWriter object which can be used to write data into the file represented by the directory entry.
file()Creates a new File object which can be used to read the file.
| Specification |
|---|
| File and Directory Entries API # api-fileentry |
This page was last modified on Feb 20, 2025 by MDN contributors.
FileSystemFileEntryYour blueprint for a better internet.
Portions of this content are 19982026 by individual mozilla.org contributors. Content available under a Creative Commons license.
| Web Proxy Viewer | New URL | Original Page |