
| dir |

dir := 'big disk:Smalltalk:Objectworks¨:4.0 HotDraw:HotDraw5-92:'.   

"HotDraw framework and associated files." 

#('HotDraw-Framework.st'
   'HotDraw-Constraints.st'
   'HotDraw-Figures.st'
   'HotDraw-Support.st'  
   'HotDraw-Handles.st'
   'HotDraw-Tools.st'
   'HotDraw-misc.st')
do: [ :aName | (Filename named: dir, aName) fileIn ].

