FileSystemEntry: filesystem プロパティ

We’d love to hear your thoughts on the next set of proposals for the JavaScript language. You can find a description of the proposals here.
Please take two minutes to fill out our short survey.

filesystemFileSystemEntry インターフェイスの読み取り専用プロパティで、この項目が存在するファイルシステムを表す FileSystem オブジェクトが入ります。

FileSystem で、この FileSystemEntry で記述されているファイルまたはディレクトリーがあるファイルシステムを表します。

この例は、ファイルを格納するファイルシステムのルートディレクトリーの FileSystemDirectoryEntry を取得します。

js
let rootDirEntry = fileEntry.filesystem.root;

仕様書

Specification
File and Directory Entries API
# dom-filesystementry-filesystem

ブラウザーの互換性

関連情報