I have a text file that I open (file's name is 011907_123.fix)
Open outputpath + File1.List(gogo) For Output As #2
I write a string to the text file
Print #2, FirstStr
Now I want to rename the file to APWxxxx.txt
The xxxx need to increment for each file I do.
How do I change the filename after closing the file?
thanks
fergmj
Open outputpath + File1.List(gogo) For Output As #2
I write a string to the text file
Print #2, FirstStr
Now I want to rename the file to APWxxxx.txt
The xxxx need to increment for each file I do.
How do I change the filename after closing the file?
thanks
fergmj