FileSystemFileEntry - Web APIs | MDN (original) (raw)
Instance properties
Inherits the properties of its parent interface, FileSystemEntry, but has no properties unique to this interface.
Instance methods
createWriter() Deprecated Non-standard
Returns a FileWriter object which can be used to write data into the file represented by the directory entry.
Creates a new File object which can be used to read the file.
Specifications
| Specification |
|---|
| File and Directory Entries API # api-fileentry |