createWriter


Purpose

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

Signature

FileEntry.createWriter(successCallback, errorCallback)

Returns

This method does not return anything.

Parameter

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

Related topics

DirectoryEntry
Overview
Legal notice | Copyright © 2015 and Confidential to Pegasystems Inc. All rights reserved. | Feedback
Advanced...