Version: Smart Feature Phone 2.5
DeviceStorage.enumerateEditable()
#
SummaryThe enumerateEditable method is used to iterate through the files of a given storage area.
If the request is successful, the request's result is a FileHandle object allowing to access and modify the current file reached on the device.
#
Syntax#
Parameterspath
Optional
A string representing a path directory within the storage area where to search for files.options
Optional
An object with the property since which is a Date object. Files older than that date will be ignored during the iteration process.
#
ReturnsIt returns a DOMCursor object to handle the success or error of the iteration.