Re: [Tutor] Writing to a file/changing the file name

2012-02-23 Thread bob gailer
On 2/23/2012 12:04 AM, Michael Lewis wrote: Hi everyone, I have a program where I open a file (recipe.txt), I read that file and write it to another file. I am doing some multiplying of numbers in between; however, my question is, when I name the file I am writing to, the file extension is ch

Re: [Tutor] Writing to a file/changing the file name

2012-02-22 Thread Christian Witts
On 2012/02/23 07:04 AM, Michael Lewis wrote: Hi everyone, I have a program where I open a file (recipe.txt), I read that file and write it to another file. I am doing some multiplying of numbers in between; however, my question is, when I name the file I am writing to, the file extension is c

[Tutor] Writing to a file/changing the file name

2012-02-22 Thread Michael Lewis
Hi everyone, I have a program where I open a file (recipe.txt), I read that file and write it to another file. I am doing some multiplying of numbers in between; however, my question is, when I name the file I am writing to, the file extension is changed, but the file name is not. What am I doing