FileEntrySync
Summary
This interface represents a file on a file system.
Out of date; feature discontinued. See http://www.w3.org/TR/file-system-api.
Properties
No properties.
Methods
- createWriter
Creates a new FileWriterSync associated with the file that this FileEntrySync represents.
Out of date; feature discontinued. See http://www.w3.org/TR/file-system-api.
- file
Returns a File that represents the current state of the file that this FileEntrySync represents.
Out of date; feature discontinued. See http://www.w3.org/TR/file-system-api.
Events
No events.
Related specifications
- W3C File API: Directories and System Specification
- W3C Working Draft