FileSystemDirectoryReader
The FileSystemDirectoryReader
interface of the File and Directory Entries API lets you access the FileSystemFileEntry
-based objects (generally FileSystemFileEntry
or FileSystemDirectoryEntry
) representing each entry in a directory.
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 eitherFileSystemFileEntry
orFileSystemDirectoryEntry
.
Specifications
Specification |
---|
File and Directory Entries API # api-directoryreader |
Browser compatibility
Report problems with this compatibility data on GitHubdesktop | mobile | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
FileSystemDirectoryReader | ||||||||||||
readEntries |
Legend
Tip: you can click/tap on a cell for more information.
- Full support
- Full support
The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.