FileSystemDirectoryReader
TheFileSystemDirectoryReader interface of theFile and Directory Entries API lets you access theFileSystemFileEntry-based objects (generallyFileSystemFileEntry orFileSystemDirectoryEntry) representing each entry in a directory.
In this article
Instance methods
readEntries()Returns an array containing some number of the directory's entries. Each item in the array is an object based on
FileSystemEntry—typically eitherFileSystemFileEntryorFileSystemDirectoryEntry.
Specifications
| Specification |
|---|
| File and Directory Entries API> # api-directoryreader> |