files/en-us/web/api/filesystemfileentry/index.md
{{APIRef("File and Directory Entries API")}}
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 {{domxref("FileSystemFileEntry.file", "file()")}} method, which creates a {{domxref("File")}} object that can be used to read the file.
{{InheritanceDiagram}}
Inherits the properties of its parent interface, {{domxref("FileSystemEntry")}}, but has no properties unique to this interface.
{{Specifications}}
{{Compat}}