Skip to content

Instantly share code, notes, and snippets.

@westc
Created December 1, 2014 14:16
Show Gist options
  • Select an option

  • Save westc/eaf3522fc43de34c99d9 to your computer and use it in GitHub Desktop.

Select an option

Save westc/eaf3522fc43de34c99d9 to your computer and use it in GitHub Desktop.
Get contents of a directory.
function readDirectory(dirEntry, callback) {
dirEntry.createReader().readEntries(callback);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment