On Thu, 8 Nov 2001, John Carter wrote:

> I have just tried
> irb> system( 'dir')
> and got nothing.

You may find that Find.find, Dir.entries and Dir.foreach give you what you
want, and are also more portable.

Paul