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.
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 |
Browser compatibility
| Desktop | Mobile | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Chrome | Edge | Firefox | Internet Explorer | Opera | Safari | WebView Android | Chrome Android | Firefox for Android | Opera Android | Safari on IOS | Samsung Internet | |
FileSystemDirectoryReader |
8 |
≤18 |
50 |
No |
Yes |
11.1 |
≤37 |
18 |
50 |
No |
11.3 |
1.0 |
readEntries |
8 |
No |
50 |
No |
? |
11.1 |
≤37 |
18 |
50 |
No |
11.3 |
1.0 |
See also
- File and Directory Entries API
- Introduction to the File System API
FileSystemDirectoryEntryFileSystem
© 2005–2021 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/FileSystemDirectoryReader