Mike Steiner wrote: > One of the things I'm doing is a lot of File.join's, and I have to do a > gsub > ( /\// , "\\" ) after each one (because I'm running under Windows). Are you using the strings generated by File.join outside of ruby? If not you can simply use them without gsub. Stefan