Software:filer.js
From HandWiki
Original author(s) | Eric Bidelman |
---|---|
Initial release | 27 December 2011 |
Written in | JavaScript |
Type | Filesystem API |
License | Apache License |
Website | github |
Filer.js is a Unix-like wrapper library for the HTML5 filesystem API, written in the javascript programming language. It was first announced on 27 December 2011 by Google Chrome engineer Eric Bidelman on his personal blog.[1]
Features
- unix-like commands for interacting with filesystems, such as cp, cd, mkdir, mv amongst others.
- Uses asynchronous functions and callbacks to comply with the HTML5 filesystem API.[2]
- Accepts multiple types when working with entries. Can accept entries as string paths or as filesystem URLS.[1]
References
- ↑ 1.0 1.1 Bidelman, Eric. "Introducing filer.js". http://ericbidelman.tumblr.com/post/14866798359/introducing-filer-js. Retrieved 8 January 2012.
- ↑ Brockmeier, Joe. "Filer.js: A UNIX-Like Wrapper for the HTML5 Filesystem API". http://readwrite.com/2011/12/27/filerjs-a-unix-like-wrapper-fo. Retrieved 8 January 2012.
External links