FileSystemFileEntry
The FileSystemFileEntry
interface of the File System 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.
Properties
Inherits the properties of its parent interface, FileSystemEntry
, but has no properties unique to this interface.
Methods
Specifications
Specification |
---|
File and Directory Entries API # api-fileentry |
Browser compatibility
BCD tables only load in the browser