WebKitFileSystem object
Represents the file system of the given WebKitEntry.
Members
The WebKitFileSystem object has these types of members:
Properties
The WebKitFileSystem object has these properties.
| Property | Description |
|---|---|
|
Returns the unique name (GUID) of the file system. | |
|
Returns a WebKitEntry representing the directory of the given WebKitFileSystem object. |
Remarks
This interface is only supported for drag-and-drop scenarios via the webkitGetAsEntry method. It is not supported for file or folder picker (<input type="file" webkitdirectory>) scenarios.
Show: