J
Jean-François Boisvieux
Hello,
I'm pretty new to ruby and I've written some code to parse apache =20
logs, it works but now I want to store the result in a file. The =20
problem is as follow (using irb)
irb(main):001:0> foo =3D File.open("test")
Errno::ENOENT: No such file or directory - test
from (irb):1:in `initialize'
from (irb):1:in `open'
from (irb):1
I just do not understand the problem ( I can create a file with =20
python in the same directory ), what's wrong for me ?
thanks for a quick answer
Jean-Fran=E7ois=20=
I'm pretty new to ruby and I've written some code to parse apache =20
logs, it works but now I want to store the result in a file. The =20
problem is as follow (using irb)
irb(main):001:0> foo =3D File.open("test")
Errno::ENOENT: No such file or directory - test
from (irb):1:in `initialize'
from (irb):1:in `open'
from (irb):1
I just do not understand the problem ( I can create a file with =20
python in the same directory ), what's wrong for me ?
thanks for a quick answer
Jean-Fran=E7ois=20=