
Creates a new FileWriter object associated with the file that this FileEntry object represents.
| Name | Description | Type | Use | 
|---|---|---|---|
| successCallback | A callback that is called with the new FileWriter object. | FileWriterCallback | required | 
| errorCallback | A callback that is called when errors happen. | ErrorCallback | optional |