ServerJS/Filesystem API: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
m (added a section on inspiration from other languages)
 
(6 intermediate revisions by 4 users not shown)
Line 1: Line 1:
== Requirements/Proposals ==
* [[ServerJS/Filesystem_API/A|Filesystem API Proposal A]]
* [[ServerJS/Filesystem_API/Hierarchy|File API Class hierarchy proposal]]
* [[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]
* [[/Show of hands|Show of hands]]
== Prior Art ==
== Prior Art ==


Line 26: Line 34:
* Ruby File API http://www.ruby-doc.org/core/classes/File.html
* Ruby File API http://www.ruby-doc.org/core/classes/File.html
* 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
== Requirements/Proposals ==
* PHP Filesystem http://php.net/manual/book.filesystem.php
 
* Summary/Comparison of current File APIs used by JS engines [http://spreadsheets.google.com/pub?key=p9uiX8MUHeTiP0kPT591RUw ServerJS File Object Survey]
* [[ServerJS/API/file|File API preferences questionnaire]]

Latest revision as of 23:25, 28 August 2009

Requirements/Proposals

Prior Art

Inspiration