filer.js
Original author(s) | Eric Bidelman |
---|---|
Initial release | 27 December 2011 |
Development status | Active |
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 2 Bidelman, Eric. "Introducing filer.js". Eric Bidelman. Retrieved 8 January 2012.
- ↑ Brockmeier, Joe. "Filer.js: A UNIX-Like Wrapper for the HTML5 Filesystem API". readwrite. Retrieved 8 January 2012.
External links
This article is issued from Wikipedia - version of the Thursday, March 19, 2015. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.