Non-standard
This feature is non-standard and is not on a standards track. Do not use it on production sites facing the Web: it will not work for every user. There may also be large incompatibilities between implementations and the behavior may change in the future.
The FileSystemDirectoryReader
interface of the File and Directory Entries API lets you access the FileEntry
-based objects (generally FileSystemFileEntry
or FileSystemDirectoryEntry
) representing each entry in a directory.
Because this is a non-standard API, whose specification is not currently on a standards track, it's important to keep in mind that not all browsers implement it, and those that do may implement only small portions of it. Check the Browser compatibility section for details.
Methods
readEntries()
- Returns a 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 | Status | Comment |
---|---|---|
File and Directory Entries API | Draft | Draft of proposed API |
This API has no official W3C or WHATWG specification.
Browser compatibility
Desktop | Mobile | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
FileSystemDirectoryReader | Chrome
Full support
13
| Edge
Full support
Yes
| Firefox Full support 50 | IE No support No | Opera
Full support
Yes
| Safari No support No | WebView Android
Full support
Yes
| Chrome Android
Full support
Yes
| Firefox Android Full support 50 | Opera Android No support No | Safari iOS No support No | Samsung Internet Android ? |
readEntries | Chrome ? | Edge ? | Firefox Full support Yes | IE No support No | Opera ? | Safari No support No | WebView Android ? | Chrome Android ? | Firefox Android Full support Yes | Opera Android No support No | Safari iOS No support No | Samsung Internet Android ? |
Legend
- Full support
- Full support
- No support
- No support
- Compatibility unknown
- Compatibility unknown
- Non-standard. Expect poor cross-browser support.
- Non-standard. Expect poor cross-browser support.
- Deprecated. Not for use in new websites.
- Deprecated. Not for use in new websites.
- Uses a non-standard name.
- Uses a non-standard name.
- Requires a vendor prefix or different name for use.
- Requires a vendor prefix or different name for use.