Fileman provides an API to file and directory tasks. Compare with Rio.
Fileman has iterating code in the following methods:
#children, #directories, #files
#childrenDo:, #directoriesDo:, #filesDo:
#allChildrenDo, #allDirectoriesDo: #allFilesDo:
Fileman's methods #fileMatches:, #directoriesMatches: for finding files according to matchstrings.
Fileman supports (needs examples)
recursive delete
file copying
archiveMatching: utility
Fileman's #at:put provides a simple interface for writing content to files.
Question by hjh: What is Fileman? I think some more text is needed as the introduction. Is Fileman already in the image? Or on SqueakMap, SqueakSource? I like the idea of having with Rio an API similar to the one in Ruby. Please remove this questions and the remark after having expanded the introduction. Thank you.