This site's content was compiled from 1993 to 2006. Beyond that, Google is your friend.
Steven White
This set of classes allows you to do many common operations on directories such as directory traversal, creation, removal and determine the contents of a given path.
These classes bear some resemblance to Visual Eiffel's FILE_SYSTEM and FSYS_DAT classes.
Because of a difference in how the BIT class is assigned between SmallEiffel and Visual Eiffel I have split the FS_DATA file into two variants.
There are several .lib files available depending on the Eiffel compiler and whether GRAPE is used or not. The Eiffel compiler must pointed at the approprite file.
SmallEiffel -0.78 Beta 2 has a problem with the BIT class where the high 16 bits are all 0. Until this is fixed all file dates will be 1980/00/00.