FileSystemEntry: filesystem プロパティ

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

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

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

js
let rootDirEntry = fileEntry.filesystem.root;

仕様書

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

ブラウザーの互換性

BCD tables only load in the browser

関連情報