From: Srikanth Jeeva Date: 2008-12-12T22:06:32+09:00 Subject: want to create a file with variable name hi i want to create a file name, with that variable name.. for example.. a=10 f=File.open('a.txt','a') created file name is a.txt but i want the file as 10.txt can any one help?? -- Posted via http://www.ruby-forum.com/.