createWriter
Summary
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.
Method of apis/filesystem/FileEntrySyncapis/filesystem/FileEntrySync
Syntax
var = FileEntrySync.createWriter();
Return Value
Returns an object of type
FileWriterSync
Related specifications
- W3C File API: Directories and System Specification
- W3C Working Draft