Version: Smart Feature Phone 2.5
DeviceStorage.enumerate()
#
SummaryThe enumerate method is used to iterate through the files of a given storage area.
If the request is successful, the request's result is a File object containing the data of the current files stored on the device.
#
Syntax#
Parameterspath
Optional
A string representing a path directory within the storage area to search for files within. Note that you should not include a leading slash on the path you specify.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.