ServerJS/Filesystem API: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
 
(One intermediate revision by one other user not shown)
Line 5: Line 5:
* [[ServerJS/Filesystem_API/Names|File API name preferences questionnaire]]
* [[ServerJS/Filesystem_API/Names|File API name preferences questionnaire]]
* Summary/Comparison of current File APIs used by JS engines: [http://spreadsheets.google.com/pub?key=p9uiX8MUHeTiP0kPT591RUw ServerJS File Object Survey]
* Summary/Comparison of current File APIs used by JS engines: [http://spreadsheets.google.com/pub?key=p9uiX8MUHeTiP0kPT591RUw ServerJS File Object Survey]
* [[/Show of hands|Show of hands]]


== Prior Art ==
== Prior Art ==
Line 34: Line 35:
* Ruby IO API http://www.ruby-doc.org/core/classes/IO.html
* Ruby IO API http://www.ruby-doc.org/core/classes/IO.html
* Perl Path::Class http://search.cpan.org/perldoc?Path::Class
* Perl Path::Class http://search.cpan.org/perldoc?Path::Class
* PHP Filesystem http://php.net/manual/book.filesystem.php

Latest revision as of 23:25, 28 August 2009

Requirements/Proposals

Prior Art

Inspiration