K
Kai Vermehr
Hi Forum,
I'm trying to create a file but I'm getting an error and can't find the
problem:
-------------------------
aFile = File.new("rubytestfile")
puts "hello"
aFile.close
-------------------------
I get this error. I'm working on Mac OS X:
Errno::ENOENT: No such file or directory - rubytestfile
thanks for any help!
I'm trying to create a file but I'm getting an error and can't find the
problem:
-------------------------
aFile = File.new("rubytestfile")
puts "hello"
aFile.close
-------------------------
I get this error. I'm working on Mac OS X:
Errno::ENOENT: No such file or directory - rubytestfile
thanks for any help!