[Ironruby-core] Discrepancy in operation of File.exist

2008-04-15 Thread Robert Brotherus
Consider simple file.rb: puts File.exist?("C:/work/napa.net/gui/bin/script") There exists directory C:/work/napa.net/gui/bin/script With C-ruby: [11:11:29 ~/irb_test] ruby file.rb true With IronRuby: [11:11:35 ~/irb_test] rbx file.rb false This discrepancy (among others) currentl

[Ironruby-core] Discrepancy in operation of File.exist?

2008-04-15 Thread Robert Brotherus
Consider simple file.rb: puts File.exist?("C:/work/napa.net/gui/bin/script") There exists directory C:/work/napa.net/gui/bin/script ___ Ironruby-core mailing list Ironruby-core@rubyforge.org http://rubyforge.org/mailman/listinfo/ironruby-core