From: Gennady Date: 2003-10-09T01:04:30+09:00 Subject: Re: SEPARATOR doesn't work Robert.Koepferl@de.gi-de.com wrote: > > > > Hi, > I'm using ruby-win32 1.6 and I'm trying to get the Path-separator ( eg. / > or \ ) to wirte protable programs > > However > > File.SEPARATOR > SEPARATOR > $SEPARATOR > Dir.SEPARATOR > > all return nil. What's wrong > > irb(main):001:0> File.SEPARATOR NameError: undefined method `SEPARATOR' for File:Class from (irb):1 irb(main):002:0> File::SEPARATOR => "/"