Displaying 2 results from an estimated 2 matches for "darkwax".
2006 Jun 13
1
derirect web page to file
Hi all, quick question to all of you ruby on rails experts. I need to
redirect the output of a url to an actual physical file. In other words,
I need to have what I see in the web browser to intead be written into a
file. Any ideas? Thank you.
Darkwax
--
Posted via http://www.ruby-forum.com/.
2006 Jun 14
2
Simple FileUtils question
Hi, I have a quick question. I am trying to create folders dinamically
using FileUtils.mkdir, the problem is that if the folder already exist
it gives me an error. Does anyone know if there are any options to mkdir
that would let me overwrite the already existing directory? I just need
to create a folder with the same name everytime. Any other solution you
might suggest? Thanks.
--
Posted