FileDirectory.st
changeset 6550 adb966d9afc9
parent 5777 69a22679b0af
child 6972 0a2f38d186d5
--- a/FileDirectory.st	Wed May 15 10:26:18 2002 +0200
+++ b/FileDirectory.st	Wed May 15 10:26:49 2002 +0200
@@ -598,6 +598,8 @@
 !
 
 species
+    "return the type of collection to be returned by collect, select etc."
+
     ^ OrderedCollection
 !
 
@@ -634,6 +636,6 @@
 !FileDirectory class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/FileDirectory.st,v 1.41 2001-01-08 16:36:43 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/FileDirectory.st,v 1.42 2002-05-15 08:26:35 cg Exp $'
 ! !
 FileDirectory initialize!