From: nobu.nokada@... Date: 2001-11-19T05:47:08+09:00 Subject: [ruby-talk:25781] Re: Ruby in windows At Mon, 19 Nov 2001 05:18:24 +0900, Mark Hahn wrote: > I was very surprised to find that Dir.pwd in windows returns a path relative > to the Ruby directory. Does it do this in the unix world? This is clearly > wrong. Didn't you run ruby.exe with double click? Then, it might be Explorer's behavior. > I need to access mounted Windows volumes. Is there any easier way for me to > list the contents of W:\ than this? Dir.entries("w:/") Nobu Nakada