From: Nobuyoshi Nakada Date: 2007-07-10T13:31:21+09:00 Subject: Re: Dir.glob of mapped drive Hi, At Mon, 9 Jul 2007 02:13:18 +0900, Mike Cargal wrote in [ruby-talk:258362]: > I've mapped a Z: drive on my PC from my mac, but whenever I try the > following script from the command line, it works fine, but when I try to > execute it within Eclipse with the Ruby Development Tools plugin > installed, it just terminates immediately with no output. If it works fine when run from the command line, it should not be concerned with Dir.glob. Does more simple code work? puts Dir.glob("Z:/2007/07/02/*.JPG") or require 'exifr' p EXIFR::JPEG or require 'exifr' p EXIFR::JPEG.new() -- Nobu Nakada