I'm glad its working. Are you closing the reference to the file?
It may have been that the reference was still open when you tried to rename it. When performing file IO you should always:
1. open reference
2.write/read
3.close reference
I'm glad its working. Are you closing the reference to the file?
It may have been that the reference was still open when you tried to rename it. When performing file IO you should always:
1. open reference
2.write/read
3.close reference