path1="c:/amit_150000.txt"
v=1
fs=File.open("$path"+"#{v}",'w')
Now I have to open that file but I am not able to. Please tell me the problem.
path1="c:/amit_150000.txt"
v=1
fs=File.open("$path"+"#{v}",'w')
Now I have to open that file but I am not able to. Please tell me the problem.