FileSystemFileEntry
TheFileSystemFileEntry interface of theFile and Directory Entries API represents a file in a file system. It offers properties describing the file's attributes, as well as thefile() method, which creates aFile object that can be used to read the file.
In this article
Instance properties
Inherits the properties of its parent interface,FileSystemEntry, but has no properties unique to this interface.
Instance methods
createWriter()DeprecatedNon-standardReturns a
FileWriterobject which can be used to write data into the file represented by the directory entry.file()Creates a new
Fileobject which can be used to read the file.
Specifications
| Specification |
|---|
| File and Directory Entries API> # api-fileentry> |