On 10/5/12, Sven Van Caekenberghe <sven@stfx.eu> wrote:
On 04 Oct 2012, at 08:02, Marcus Denker <marcus.denker@inria.fr> wrote:
I would start with the book chapter:
http://pharobooks.gforge.inria.fr/PharoByExampleTwo-Eng/latest/FileSystem.pd...
The document is well written and easy to understand. It progresses gradually.
To those who helped writing this chapter and bringing FileSystem to Pharo and writing FileSystem in the first place: thanks !
Lukas Renggli started on the 29th February 2004 a squeaksource project called 'FileSystem' A object-oriented and platform independent framework aiming to replace FileDirectory and all its subclasses in the Squeak core-system. http://www.squeaksource.com/fs.html Lukas Renggli started with 4 versions, then no activity until 2009 where Colin Putney did many more versions and then Damien Pollet, Tudor Girba, tbn, hfm, Stephane Ducasse, Max Leske, Camillo Bruni, Nicolas Passerini worked on it. It seems that it was integrated into Pharo sometime last year. Many thanks.
One thing though: the public API as described in the high-level documentation should be used to write method comments - this is a contribution that anyone can do ;-)
Most importantly there should be a link in the classes of the Public API to http://pharobooks.gforge.inria.fr/PharoByExampleTwo-Eng/latest/FileSystem.pd... --Hannes