Version: Smart Feature Phone 2.5
DeviceStorage.get()
Summary#
The get method is used to retrieve a read-only file from a given storage area.
If the request is successful, the request's result is a File object containing the data of the original file on the device.
Syntax#
Parameters#
fileNameA string representing the full name (path + file name) of the file to retrieve.
Returns#
It returns a DOMRequest object to handle the success or error of the operation.