On this page
Methods

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.

MDN Reference

interface FileSystemDirectoryReader {
    readEntries(
        successCallback: FileSystemEntriesCallback,
        errorCallback?: ErrorCallback,
    ): void;
}
Index

Methods

Methods

Was this helpful?
SDK JS
Reference
FileSystemDirectoryReader