I guess reimlementing "mkdir -p" in > Ruby would be the way to go. Since such functionality would be > generally useful, it could be contributed to, say, Ruby standard > library. Perhaps such functionality is already there...
irb(main):001:0> require 'fileutils' => true irb(main):002:0> FileUtils.mkdir_p 'foo/bar' => "foo/bar" regards, Tor Erik -- Posted via http://www.ruby-forum.com/. _______________________________________________ Ironruby-core mailing list [email protected] http://rubyforge.org/mailman/listinfo/ironruby-core
