On 26 August 2011 21:22, thelo.g thelo <[email protected]> wrote: > string = "archives/sequences/" + @filename => filename being > "archives-2011.xml" > File.new(string) > > it doesn't work! > ruby tells me it cannot find the file
Output the value of "string" and see what it is. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

