‎2009 Sep 25 4:44 AM
Hi everyone
I am using an OPEN DATASET to create a log file. It is feeded by 12 proxies.
What I want to do is that when the file reaches certain size in MB, the program generates a new file with the data of the old file, and then I want to clear the content of the old file without deleting the file from the server.
Because maybe some of the other processes are writing on it. And I need that data.
Do someone know how can I do this?
Or can some give me some light?
Thanks in advanced.
Emmanuel
‎2009 Sep 25 4:51 AM
Hi,
one approach you can follow, delete the file & create blank again with the same name.
Thanks,
Krishna..