Global Index
HTML5 JS API Index > File System API Tutorials & Specs

DirectoryReader

This interface lets a user list files and directories in a directory.

Operations
void
readEntries(EntriesCallback successCallback, optional ErrorCallback errorCallback)
Read the next block of entries from this directory.
Referenced by
DirectoryEntrycreateReader()