Version: Smart Feature Phone 2.5
DeviceStorage.enumerateEditable()
Summary#
The 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#
Parameters#
pathOptional
A string representing a path directory within the storage area where to search for files.optionsOptional
An object with the property since which is a Date object. Files older than that date will be ignored during the iteration process.
Returns#
It returns a DOMCursor object to handle the success or error of the iteration.