Subject: [ruby-talk:24614] Re: system('dir') and Windows 2000
From: Paul Brannan <pbrannan atdesk.com>
Date: Thu, 8 Nov 2001 07:51:01 +0900
In-reply-to: 24610
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