From: RichardOnRails Date: 2009-03-24T12:16:57+09:00 Subject: Problem writing a text file Hi, I imported some test data from Excel as a CSV file. I massaged that data and tried to write it out as CSV text file. However, no file was created on the file system. I've put out a snippet of the relevant code and debugging output at http://www.pastie.org/425055. I'm running ruby 1.8.6 in WinXP-Pro/SP3. Does anybody see any obvious (or subtle) error? Thanks in Advance, Richard