Wednesday, January 16, 2008

Our world is a delicate thing.

Ruby on rails file IO basics, as is customary.


fileName = File.new("filePath.txt","w")
fileName.write("hello world.")
fileName.close


No comments: