I have a file called "123.txt" and I want to change name to "AAA.txt" after i finished to write to "123.txt".
I mean I have closed the file "123.txt".
I can open it and read the file and write it to my new file, but can't I just copy the hole file? Or just change name, I don't need the first one any more.
I do this in a testdevice where I save a lot of data and if nothing goes wrong I just keep the file with the first name, but if a test goes wrong I want to change name on the file and save it on a different library.
Hope someone understand that I mean!
Thanks Mike
I mean I have closed the file "123.txt".
I can open it and read the file and write it to my new file, but can't I just copy the hole file? Or just change name, I don't need the first one any more.
I do this in a testdevice where I save a lot of data and if nothing goes wrong I just keep the file with the first name, but if a test goes wrong I want to change name on the file and save it on a different library.
Hope someone understand that I mean!
Thanks Mike