I'm doing some Directory enumeration.
The method "filesMatching: aPattern do: block" returns File objects
including files and directories.
The method "allFilesMatching: aPattern do: aBlock" only returns File
objects that are files. There are no directories in the enumeration.
The documentation doesn't say that the recursive method will only return
files and not return directories. Is this a bug or is it just the
documentation not up to date?
It would be great if in fact the recursive method returned files and
directories.
Thanks
Stephen
_______________________________________________
help-smalltalk mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-smalltalk