This page is Out of Date

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

createWriter

Summary

Creates a new FileWriter associated with the file that this FileEntry represents.

Out of date; feature discontinued. See http://www.w3.org/TR/file-system-api.

Method of apis/filesystem/FileEntryapis/filesystem/FileEntry

Syntax

 FileEntry.createWriter(successCallback, errorCallback);

Parameters

successCallback

Data-type
String

A callback that is called with the new FileWriter.

errorCallback

Data-type
String

(Optional)

A callback that is called when errors happen.

Return Value

No return value

Related specifications

W3C Web Audio API
W3C Working Draft