Dart API Referencedart:htmlDirectoryReader

DirectoryReader Interface

`DRAFT
This page is not complete.

The DirectoryReader interface of the FileSystem API lets a user list files and directories in a directory.

Methods

Code void readEntries(EntriesCallback successCallback, [ErrorCallback errorCallback]) #

void readEntries(EntriesCallback successCallback, [ErrorCallback errorCallback]);

This page includes content from the Mozilla Foundation that is graciously licensed under a Creative Commons: Attribution-Sharealike license. Mozilla has no other association with Dart or dartlang.org. We encourage you to improve the web by contributing to The Mozilla Developer Network.