web api interface
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 eitherFileSystemFileEntryorFileSystemDirectoryEntry.
- : Returns an array containing some number of the directory’s entries. Each item in the array is an object based on
Specifications
SpecificationsStandards references are available on the canonical MDN page.
Browser compatibility
Browser compatibilityCompatibility data is available on the canonical MDN page.