Version: Smart Feature Phone 2.5
DeviceStorage.getEditable()
#
SummaryThe getEditable method is used to retrieve a file, which is editable, from a given storage area.
If the request is successful, the request's result is a FileHandle object used to access and update the file on the device.
#
Syntax#
ParametersfileName
A string representing the full name (path + file name) of the file to retrieve.
#
ReturnsIt returns a DOMRequest object to handle the success or error of the operation.