Class FileSystem
FileSystemインターフェイスです。LocalFileSystem#requestFileSystemを通して生成されます。
Defined in: FileSystem.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
コンストラクタは使用できません。
|
| Field Attributes | Field Name and Description |
|---|---|
|
読み取り専用。ファイルシステムの名称です。
|
|
|
読み取り専用。ストレージのルートディレクトリを示すDirectoryEntryオブジェクトです。
|
Field Detail
{DOMString}
name
読み取り専用。ファイルシステムの名称です。
{DirectoryEntry}
root
読み取り専用。ストレージのルートディレクトリを示すDirectoryEntryオブジェクトです。
- See:
- DirectoryEntryインターフェイス(W3C)