Movatterモバイル変換


[0]ホーム

URL:


  1. Web
  2. Web APIs
  3. FileSystemFileEntry

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.

FileSystemEntry FileSystemFileEntry

Instance properties

Inherits the properties of its parent interface,FileSystemEntry, but has no properties unique to this interface.

Instance methods

createWriter()DeprecatedNon-standard

Returns aFileWriter object which can be used to write data into the file represented by the directory entry.

file()

Creates a newFile object which can be used to read the file.

Specifications

Specification
File and Directory Entries API
# api-fileentry

Browser compatibility

See also

Help improve MDN

Learn how to contribute

This page was last modified on byMDN contributors.


[8]ページ先頭

©2009-2025 Movatter.jp