Directory listing on Mac

Colin Putney cputney at wiresong.ca
Thu Mar 18 21:30:05 UTC 2004


On Mar 18, 2004, at 4:24 PM, Brian Murphy-Dye wrote:

> I see that 'FileDirectory default directoryNames' returns an Array of 
> directory names located in the image directory. On a Mac OS/X system, 
> how do I find the directories in the '/Users' directory?

Try something like

(FileDirectory root directoryNamed: 'Users') directoryNames




More information about the Squeak-dev mailing list