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

Implement .df function #35

Closed sarim closed 11 years ago

sarim commented 11 years ago

unix command df.

df -- display free disk space.

Now there is no wrapper function in filer.js to query the usage. I suggest implementing a df function which will be a wrapper around queryUsageAndQuota. It'll provide how much space is used and how much space is free.

I'm into implementing this, will send a pull request when done.