From: Kai Vermehr Date: 2006-01-04T22:03:03+09:00 Subject: File.new error 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! -- Posted via http://www.ruby-forum.com/.