Squeak
  links to this page:    
View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
Fileman
Last updated at 10:01 pm UTC on 18 April 2007
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)

Fileman's #at:put provides a simple interface for writing content to files.