ebidel / filer.js

A wrapper library for the HTML5 Filesystem API what reuses UNIX commands (cp, mv, ls) for its API.
Other
1.49k stars 155 forks source link

Filer.find #52

Closed mudcube closed 8 years ago

mudcube commented 10 years ago

What do you think of a find command?

Filer.find(params, successCallback, opt_errorHandler);

Where params could be an object, or a string.

If a string was supplied it would be a regexp representation of a filename.

Whereas if an object was supplied there would be various options such:

ebidel commented 8 years ago

I'm not actively implementing new features as the Filesystem API is chrome-only and no other browser vendors are going to implement it.