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 methods for creating a FileWriter
object to write to the file or a File
object to read the file.